ElementNotAvailableException Konstruktoren

Definition

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse.

Überlädt

ElementNotAvailableException()

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse.

ElementNotAvailableException(Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einem Verweis auf die innere Ausnahme, die die Ausnahme ausgelöst hat.

ElementNotAvailableException(String)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einer angegebenen Fehlermeldung.

ElementNotAvailableException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit Serialisierungsinformationen.

ElementNotAvailableException(String, Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die interne Ausnahme, die diese Ausnahme verursacht hat.

ElementNotAvailableException()

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse.

public:
 ElementNotAvailableException();
public ElementNotAvailableException ();
Public Sub New ()

Gilt für

ElementNotAvailableException(Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einem Verweis auf die innere Ausnahme, die die Ausnahme ausgelöst hat.

public:
 ElementNotAvailableException(Exception ^ innerException);
public ElementNotAvailableException (Exception innerException);
new System.Windows.Automation.ElementNotAvailableException : Exception -> System.Windows.Automation.ElementNotAvailableException
Public Sub New (innerException As Exception)

Parameter

innerException
Exception

Die Ausnahme, die diese Ausnahme verursachte.

Gilt für

ElementNotAvailableException(String)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einer angegebenen Fehlermeldung.

public:
 ElementNotAvailableException(System::String ^ message);
public ElementNotAvailableException (string message);
new System.Windows.Automation.ElementNotAvailableException : string -> System.Windows.Automation.ElementNotAvailableException
Public Sub New (message As String)

Parameter

message
String

Die Beschreibung des Fehlers.

Gilt für

ElementNotAvailableException(SerializationInfo, StreamingContext)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit Serialisierungsinformationen.

protected:
 ElementNotAvailableException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ElementNotAvailableException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ElementNotAvailableException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ElementNotAvailableException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

Parameter

info
SerializationInfo

Die zum Serialisieren bzw. Deserialisieren des Objekts benötigten Daten.

context
StreamingContext

Die Quelle und das Ziel des serialisierten Streams.

Gilt für

ElementNotAvailableException(String, Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die interne Ausnahme, die diese Ausnahme verursacht hat.

public:
 ElementNotAvailableException(System::String ^ message, Exception ^ innerException);
public ElementNotAvailableException (string message, Exception innerException);
new System.Windows.Automation.ElementNotAvailableException : string * Exception -> System.Windows.Automation.ElementNotAvailableException
Public Sub New (message As String, innerException As Exception)

Parameter

message
String

Die Beschreibung des Fehlers.

innerException
Exception

Die Ausnahme, die diese Ausnahme verursachte.

Gilt für