NoTargetSetEnabledException Constructors

Definition

Overloads

NoTargetSetEnabledException()
NoTargetSetEnabledException(String)
NoTargetSetEnabledException(String, Exception)

Base constructor

NoTargetSetEnabledException()

public NoTargetSetEnabledException ();
Public Sub New ()

Applies to

NoTargetSetEnabledException(String)

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

Parameters

objectSetName
String

Applies to

NoTargetSetEnabledException(String, Exception)

Base constructor

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)

Parameters

message
String
innerException
Exception

Applies to