ChangePasswordFailureException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
ChangePasswordFailureException() |
TBD |
ChangePasswordFailureException(String) |
TBD |
ChangePasswordFailureException(String, Exception) |
TBD |
ChangePasswordFailureException()
TBD
public ChangePasswordFailureException ();
Public Sub New ()
Applies to
ChangePasswordFailureException(String)
TBD
public ChangePasswordFailureException (string message);
new Microsoft.SqlServer.Management.Common.ChangePasswordFailureException : string -> Microsoft.SqlServer.Management.Common.ChangePasswordFailureException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
ChangePasswordFailureException(String, Exception)
TBD
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)
Parameters
- message
- String
- innerException
- Exception