UnknownPropertyException 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 |
|---|---|
| UnknownPropertyException() |
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
| UnknownPropertyException(String) |
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
| UnknownPropertyException(String, Exception) |
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException. |
UnknownPropertyException()
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException();
Public Sub New ()
Gilt für:
UnknownPropertyException(String)
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException(string propertyName);
new Microsoft.SqlServer.Management.Smo.UnknownPropertyException : string -> Microsoft.SqlServer.Management.Smo.UnknownPropertyException
Public Sub New (propertyName As String)
Parameter
- propertyName
- String
Der name der unbekannten Eigenschaft.
Gilt für:
UnknownPropertyException(String, Exception)
Konstruktor für den T:Microsoft. SqlServer.Management.Smo.UnknownPropertyException.
public UnknownPropertyException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnknownPropertyException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnknownPropertyException
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.