Share via


ElementNotEnabledException コンストラクター

定義

オーバーロード

ElementNotEnabledException()

ElementNotEnabledException クラスの新しいインスタンスを既定値で初期化します。

ElementNotEnabledException(String)

指定したエラー メッセージを使用して、ElementNotEnabledException クラスの新しいインスタンスを初期化します。

ElementNotEnabledException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、ElementNotEnabledException クラスの新しいインスタンスを初期化します。

ElementNotEnabledException()

ElementNotEnabledException クラスの新しいインスタンスを既定値で初期化します。

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

適用対象

ElementNotEnabledException(String)

指定したエラー メッセージを使用して、ElementNotEnabledException クラスの新しいインスタンスを初期化します。

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)

パラメーター

message
String

エラーを説明するメッセージ。

適用対象

ElementNotEnabledException(String, Exception)

指定したエラー メッセージと、この例外の原因である内部例外への参照を使用して、ElementNotEnabledException クラスの新しいインスタンスを初期化します。

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)

パラメーター

message
String

エラーを説明するメッセージ。

innerException
Exception

現在の例外の原因である例外。内部例外を指定しない場合は null。

適用対象