PropertyReadOnlyException Konstruktoren

Definition

Überlädt

Name Beschreibung
PropertyReadOnlyException()

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

PropertyReadOnlyException(String)

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

PropertyReadOnlyException(String, Exception)

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

PropertyReadOnlyException()

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

public PropertyReadOnlyException();
Public Sub New ()

Gilt für:

PropertyReadOnlyException(String)

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

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

Parameter

propertyName
String

Der Name der schreibgeschützten Eigenschaft.

Gilt für:

PropertyReadOnlyException(String, Exception)

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

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