言語

NoTargetSetEnabledException コンストラクター

定義

オーバーロード

NoTargetSetEnabledException()

public NoTargetSetEnabledException();
Public Sub New ()

適用対象

NoTargetSetEnabledException(String)

public NoTargetSetEnabledException(string objectSetName);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (objectSetName As String)

パラメーター

objectSetName
String

適用対象

NoTargetSetEnabledException(String, Exception)

基本コンストラクター

public NoTargetSetEnabledException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException : string * Exception -> Microsoft.SqlServer.Management.Dmf.NoTargetSetEnabledException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String
innerException
Exception

適用対象