Sdílet prostřednictvím


ElementNotEnabledException Konstruktory

Definice

Přetížení

ElementNotEnabledException()

Inicializuje novou instanci třídy ElementNotEnabledException s výchozími hodnotami.

ElementNotEnabledException(String)

Inicializuje novou instanci ElementNotEnabledException třídy se zadanou chybovou zprávou.

ElementNotEnabledException(String, Exception)

Inicializuje novou instanci ElementNotEnabledException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

ElementNotEnabledException()

Inicializuje novou instanci třídy ElementNotEnabledException s výchozími hodnotami.

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

Platí pro

ElementNotEnabledException(String)

Inicializuje novou instanci ElementNotEnabledException třídy se zadanou chybovou zprávou.

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

Zpráva popisující chybu

Platí pro

ElementNotEnabledException(String, Exception)

Inicializuje novou instanci ElementNotEnabledException třídy se zadanou chybovou zprávou a odkazem na vnitřní výjimku, která je příčinou této výjimky.

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

Zpráva popisující chybu

innerException
Exception

Výjimka, která je příčinou aktuální výjimky, nebo hodnota null, pokud není zadána žádná vnitřní výjimka.

Platí pro