ChangePasswordFailureException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ChangePasswordFailureException() | |
| ChangePasswordFailureException(String) | |
| ChangePasswordFailureException(String, Exception) |
ChangePasswordFailureException()
public ChangePasswordFailureException();
Public Sub New ()
Se aplica 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)
Parámetros
- message
- String
Se aplica 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)
Parámetros
- message
- String
- innerException
- Exception