TargetSetCountMismatchException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| TargetSetCountMismatchException() | |
| TargetSetCountMismatchException(String) |
Construtor base |
| TargetSetCountMismatchException(String, Exception) |
Construtor base |
| TargetSetCountMismatchException(String, String) |
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