PropertyWriteException Konstruktoren

Definition

Überlädt

Name Beschreibung
PropertyWriteException()

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

PropertyWriteException(String)

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

PropertyWriteException(String, Exception)

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

PropertyWriteException(String, String, String, String)

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

PropertyWriteException()

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

public PropertyWriteException();
Public Sub New ()

Gilt für:

PropertyWriteException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

PropertyWriteException(String, Exception)

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

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

PropertyWriteException(String, String, String, String)

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

public PropertyWriteException(string propertyName, string objectKind, string objectName, string reason);
new Microsoft.SqlServer.Management.Smo.PropertyWriteException : string * string * string * string -> Microsoft.SqlServer.Management.Smo.PropertyWriteException
Public Sub New (propertyName As String, objectKind As String, objectName As String, reason As String)

Parameter

propertyName
String

Der Name als Zeichenfolge der blockierten Eigenschaft, die die Ausnahme verursacht hat.

objectKind
String

Die Art des Objekts als Zeichenfolge der blockierten Eigenschaft.

objectName
String

Der Name des Objekts als Zeichenfolge der blockierten Eigenschaft

reason
String

Der Grund für die Eigenschaftsblockierung.

Gilt für: