TargetSetCountMismatchException Costruttori

Definizione

Overload

TargetSetCountMismatchException()

public TargetSetCountMismatchException();
Public Sub New ()

Si applica a

TargetSetCountMismatchException(String)

Costruttore di base

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

Parametri

message
String

Si applica a

TargetSetCountMismatchException(String, Exception)

Costruttore di base

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)

Parametri

message
String
innerException
Exception

Si applica a

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)

Parametri

objectSetName
String
facetName
String

Si applica a