ElementNotAvailableException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Initialisiert eine neue Instanz der ElementNotAvailableException-Klasse.
Überlädt
| Name | Beschreibung |
|---|---|
| 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 diese Ausnahme verursacht 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 innere 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 diese Ausnahme verursacht 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 verursacht hat.
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
Daten, die zum Serialisieren oder Deserialisieren des Objekts erforderlich sind.
- context
- StreamingContext
Die Quelle und das Ziel des serialisierten Datenstroms.
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 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 verursacht hat.