Freigeben über


ElementNotAvailableException Konstruktoren

Definition

Überlädt

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 diese Ausnahme ausgelöst hat.

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, in der der Fehler beschrieben wird.

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 diese Ausnahme ausgelöst hat.

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, in der der Fehler beschrieben wird.

innerException
Exception

Die Ausnahme, die die aktuelle Ausnahme verursacht hat, oder NULL, wenn keine innere Ausnahme angegeben ist.

Gilt für: