ChangePasswordFailureException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| ChangePasswordFailureException() | |
| ChangePasswordFailureException(String) | |
| ChangePasswordFailureException(String, Exception) |
ChangePasswordFailureException()
public ChangePasswordFailureException();
Public Sub New ()
Si applica a
ChangePasswordFailureException(String)
public ChangePasswordFailureException(string message);
new Microsoft.SqlServer.Management.Common.ChangePasswordFailureException : string -> Microsoft.SqlServer.Management.Common.ChangePasswordFailureException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
ChangePasswordFailureException(String, Exception)
public ChangePasswordFailureException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Common.ChangePasswordFailureException : string * Exception -> Microsoft.SqlServer.Management.Common.ChangePasswordFailureException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
- innerException
- Exception