Idioma

NoTargetSetEnabledException Construtores

Definição

Sobrecargas

NoTargetSetEnabledException()

public NoTargetSetEnabledException();
Public Sub New ()

Aplica-se 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

Aplica-se a

NoTargetSetEnabledException(String, Exception)

Construtor 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

Aplica-se a