ElementNotAvailableException Konstruktoren

Definition

Überlädt

Name Beschreibung
ElementNotAvailableException()

Initialisiert eine neue Instanz der ElementNotAvailableException Klasse mit Standardwerten.

ElementNotAvailableException(String)

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

ElementNotAvailableException(String, Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

ElementNotAvailableException()

Initialisiert eine neue Instanz der ElementNotAvailableException Klasse mit Standardwerten.

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

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 Windows.UI.Xaml.Automation.ElementNotAvailableException : string -> Windows.UI.Xaml.Automation.ElementNotAvailableException
Public Sub New (message As String)

Parameter

message
String

Die Meldung, die den Fehler beschreibt.

Gilt für:

ElementNotAvailableException(String, Exception)

Initialisiert eine neue Instanz der ElementNotAvailableException Klasse mit einer angegebenen Fehlermeldung und einem Verweis auf die innere Ausnahme, die die Ursache dieser Ausnahme ist.

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

Parameter

message
String

Die Meldung, die den Fehler beschreibt.

innerException
Exception

Die Ausnahme, die die Ursache der aktuellen Ausnahme ist, oder NULL, wenn keine innere Ausnahme angegeben wird.

Gilt für: