TargetSetCountMismatchException Constructors

Definition

Overloads

TargetSetCountMismatchException()
TargetSetCountMismatchException(String)

Base constructor

TargetSetCountMismatchException(String, Exception)

Base constructor

TargetSetCountMismatchException(String, String)

TargetSetCountMismatchException()

public TargetSetCountMismatchException ();
Public Sub New ()

Applies to

TargetSetCountMismatchException(String)

Base constructor

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

Parameters

message
String

Applies to

TargetSetCountMismatchException(String, Exception)

Base constructor

public TargetSetCountMismatchException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException : string * Exception -> Microsoft.SqlServer.Management.Dmf.TargetSetCountMismatchException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

TargetSetCountMismatchException(String, String)

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

Parameters

objectSetName
String
facetName
String

Applies to