Idioma

TargetSetCountMismatchException Construtores

Definição

Sobrecargas

TargetSetCountMismatchException()

public TargetSetCountMismatchException();
Public Sub New ()

Aplica-se a

TargetSetCountMismatchException(String)

Construtor 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

Aplica-se a

TargetSetCountMismatchException(String, Exception)

Construtor 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

Aplica-se 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

Aplica-se a