ConflictingPropertyValuesException 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 |
|---|---|
| ConflictingPropertyValuesException() |
Construtor base |
| ConflictingPropertyValuesException(String) |
Construtor base |
| ConflictingPropertyValuesException(String, Exception) |
Construtor base |
| ConflictingPropertyValuesException(String, String, String, String, String) |
Construtor |
ConflictingPropertyValuesException()
Construtor base
public ConflictingPropertyValuesException();
Public Sub New ()
Aplica-se a
ConflictingPropertyValuesException(String)
Construtor base
public ConflictingPropertyValuesException(string message);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
ConflictingPropertyValuesException(String, Exception)
Construtor base
public ConflictingPropertyValuesException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (message As String, innerException As Exception)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
ConflictingPropertyValuesException(String, String, String, String, String)
Construtor
public ConflictingPropertyValuesException(string mode, string type1, string name1, string type2, string name2);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string * string * string * string * string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (mode As String, type1 As String, name1 As String, type2 As String, name2 As String)
Parâmetros
- mode
- String
- type1
- String
- name1
- String
- type2
- String
- name2
- String