ConflictingPropertyValuesException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| ConflictingPropertyValuesException() |
Constructor base |
| ConflictingPropertyValuesException(String) |
Constructor base |
| ConflictingPropertyValuesException(String, Exception) |
Constructor base |
| ConflictingPropertyValuesException(String, String, String, String, String) |
Constructor |
ConflictingPropertyValuesException()
Constructor base
public ConflictingPropertyValuesException();
Public Sub New ()
Se aplica a
ConflictingPropertyValuesException(String)
Constructor 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
Se aplica a
ConflictingPropertyValuesException(String, Exception)
Constructor 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
Se aplica a
ConflictingPropertyValuesException(String, String, String, String, String)
Constructor
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