Lenguaje

NoTargetSetEnabledException Constructores

Definición

Sobrecargas

NoTargetSetEnabledException()

public NoTargetSetEnabledException();
Public Sub New ()

Se aplica 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)

Parámetros

objectSetName
String

Se aplica a

NoTargetSetEnabledException(String, Exception)

Constructor 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)

Parámetros

message
String
innerException
Exception

Se aplica a