言語

ChangePasswordFailureException コンストラクター

定義

オーバーロード

ChangePasswordFailureException()

public ChangePasswordFailureException();
Public Sub New ()

適用対象

ChangePasswordFailureException(String)

public ChangePasswordFailureException(string message);
new Microsoft.SqlServer.Management.Common.ChangePasswordFailureException : string -> Microsoft.SqlServer.Management.Common.ChangePasswordFailureException
Public Sub New (message As String)

パラメーター

message
String

適用対象

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)

パラメーター

message
String
innerException
Exception

適用対象