ConflictingPropertyValuesException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| ConflictingPropertyValuesException() |
Basiskonstruktor |
| ConflictingPropertyValuesException(String) |
Basiskonstruktor |
| ConflictingPropertyValuesException(String, Exception) |
Basiskonstruktor |
| ConflictingPropertyValuesException(String, String, String, String, String) |
Konstruktor |
ConflictingPropertyValuesException()
Basiskonstruktor
public ConflictingPropertyValuesException();
Public Sub New ()
Gilt für:
ConflictingPropertyValuesException(String)
Basiskonstruktor
public ConflictingPropertyValuesException(string message);
new Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException : string -> Microsoft.SqlServer.Management.Dmf.ConflictingPropertyValuesException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
ConflictingPropertyValuesException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception
Gilt für:
ConflictingPropertyValuesException(String, String, String, String, String)
Konstruktor
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)
Parameter
- mode
- String
- type1
- String
- name1
- String
- type2
- String
- name2
- String