ElementNotEnabledException Konstruktory

Definicja

Przeciążenia

ElementNotEnabledException()

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

ElementNotEnabledException(String)

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

ElementNotEnabledException(String, Exception)

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

ElementNotEnabledException()

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

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

Dotyczy

ElementNotEnabledException(String)

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

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

Parametry

message
String

Komunikat z opisem błędu.

Dotyczy

ElementNotEnabledException(String, Exception)

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

public:
 ElementNotEnabledException(System::String ^ message, Exception ^ innerException);
public ElementNotEnabledException (string message, Exception innerException);
new Windows.UI.Xaml.Automation.ElementNotEnabledException : string * Exception -> Windows.UI.Xaml.Automation.ElementNotEnabledException
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