Lenguaje

TargetSetCountMismatchException Constructores

Definición

Sobrecargas

TargetSetCountMismatchException()

public TargetSetCountMismatchException();
Public Sub New ()

Se aplica a

TargetSetCountMismatchException(String)

Constructor base

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

Parámetros

message
String

Se aplica a

TargetSetCountMismatchException(String, Exception)

Constructor 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)

Parámetros

message
String
innerException
Exception

Se aplica 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)

Parámetros

objectSetName
String
facetName
String

Se aplica a