ElementNotAvailableException Konstruktory

Definicja

Przeciążenia

ElementNotAvailableException()

Inicjuje nowe wystąpienie klasy ElementNotAvailableException z domyślnymi wartościami.

ElementNotAvailableException(String)

Inicjuje nowe wystąpienie ElementNotAvailableException klasy z określonym komunikatem o błędzie.

ElementNotAvailableException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ElementNotAvailableException z zserializowanymi danymi.

ElementNotAvailableException(String, Exception)

Inicjuje nowe wystąpienie ElementNotAvailableException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

ElementNotAvailableException()

Inicjuje nowe wystąpienie klasy ElementNotAvailableException z domyślnymi wartościami.

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

Dotyczy

ElementNotAvailableException(String)

Inicjuje nowe wystąpienie ElementNotAvailableException klasy z określonym komunikatem o błędzie.

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)

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

ElementNotAvailableException(SerializationInfo, StreamingContext)

Inicjuje nowe wystąpienie klasy ElementNotAvailableException z zserializowanymi danymi.

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

Parametry

serializationInfo
SerializationInfo

Obiekt SerializationInfo zawierający dane zserializowanego obiektu dotyczące zgłaszanego wyjątku.

streamingContext
StreamingContext

Obiekt StreamingContext zawierający informacje kontekstowe dotyczące źródła lub miejsca docelowego.

Dotyczy

ElementNotAvailableException(String, Exception)

Inicjuje nowe wystąpienie ElementNotAvailableException klasy z określonym komunikatem o błędzie i odwołaniem do wyjątku wewnętrznego, który jest przyczyną tego wyjątku.

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)

Parametry

message
String

Komunikat z opisem błędu.

innerException
Exception

Wyjątek, który jest przyczyną bieżącego wyjątku lub wartość null, jeśli nie określono wyjątku wewnętrznego.

Dotyczy