PropertyTypeMismatchException 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 |
|---|---|
| PropertyTypeMismatchException() |
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String) |
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, Exception) |
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
| PropertyTypeMismatchException(String, String, String) |
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException. |
PropertyTypeMismatchException()
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException();
Public Sub New ()
Gilt für:
PropertyTypeMismatchException(String)
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (message As String)
Parameter
- message
- String
Die Meldung der Ausnahme als Zeichenfolge.
Gilt für:
PropertyTypeMismatchException(String, Exception)
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * Exception -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
Die Meldung der Ausnahme als Zeichenfolge.
- innerException
- Exception
Die T:System.Exception-Instanz, die die aktuelle Ausnahme verursacht hat.
Gilt für:
PropertyTypeMismatchException(String, String, String)
Konstruktor für die Microsoft. SqlServer.Management.Smo.PropertyTypeMismatchException.
public PropertyTypeMismatchException(string propertyName, string receivedType, string expectedType);
new Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException : string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyTypeMismatchException
Public Sub New (propertyName As String, receivedType As String, expectedType As String)
Parameter
- propertyName
- String
Die Eigenschaft, die nicht übereinstimmend war.
- receivedType
- String
Der falsche Typ, der für die Eigenschaft empfangen wurde.
- expectedType
- String
Der erwartete Typ für die Eigenschaft.