TargetSetCountMismatchException Konstruktoren

Definition

Überlädt

TargetSetCountMismatchException()

public TargetSetCountMismatchException();
Public Sub New ()

Gilt für:

TargetSetCountMismatchException(String)

Basiskonstruktor

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

Parameter

message
String

Gilt für:

TargetSetCountMismatchException(String, Exception)

Basiskonstruktor

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)

Parameter

message
String
innerException
Exception

Gilt für:

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)

Parameter

objectSetName
String
facetName
String

Gilt für: