PropertyCannotBeRetrievedException Konstruktoren

Definition

Überlädt

Name Beschreibung
PropertyCannotBeRetrievedException()

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

PropertyCannotBeRetrievedException(String)

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

PropertyCannotBeRetrievedException(String, Exception)

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

PropertyCannotBeRetrievedException(String, Object)

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

PropertyCannotBeRetrievedException()

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

public PropertyCannotBeRetrievedException();
Public Sub New ()

Gilt für:

PropertyCannotBeRetrievedException(String)

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

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

Parameter

message
String

Die Meldung der Ausnahme als Zeichenfolge.

Gilt für:

PropertyCannotBeRetrievedException(String, Exception)

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

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

PropertyCannotBeRetrievedException(String, Object)

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

public PropertyCannotBeRetrievedException(string propertyName, object failedObject);
new Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException : string * obj -> Microsoft.SqlServer.Management.Smo.PropertyCannotBeRetrievedException
Public Sub New (propertyName As String, failedObject As Object)

Parameter

propertyName
String

Der Name der nicht wiederholten Eigenschaft als Zeichenfolge.

failedObject
Object

Das fehlgeschlagene Objekt als T:System.Object.

Gilt für: