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

适用于