WrongPropertyValueException Konstruktoren

Definition

Überlädt

Name Beschreibung
WrongPropertyValueException()

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(Property)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException(String, Exception)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

WrongPropertyValueException()

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException();
Public Sub New ()

Gilt für:

WrongPropertyValueException(Property)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(Microsoft.SqlServer.Management.Smo.Property propertyObject);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : Microsoft.SqlServer.Management.Smo.Property -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (propertyObject As Property)

Parameter

propertyObject
Property

Die Eigenschaft, deren Wert wie angegeben falsch ist.

Gilt für:

WrongPropertyValueException(String)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
Public Sub New (message As String)

Parameter

message
String

Die Meldung der Ausnahme als strng.

Gilt für:

WrongPropertyValueException(String, Exception)

Konstruktor für den T:Microsoft. SqlServer.Management.Smo.WrongPropertyValueException.

public WrongPropertyValueException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.WrongPropertyValueException : string * Exception -> Microsoft.SqlServer.Management.Smo.WrongPropertyValueException
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: