NoTargetSetEnabledException Costruttori

Definizione

Overload

NoTargetSetEnabledException()

public NoTargetSetEnabledException();
Public Sub New ()

Si applica a

NoTargetSetEnabledException(String)

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

Parametri

objectSetName
String

Si applica a

NoTargetSetEnabledException(String, Exception)

Costruttore di base

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)

Parametri

message
String
innerException
Exception

Si applica a