ElementNotEnabledException コンストラクター

定義

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

オーバーロード

名前 説明
ElementNotEnabledException()

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

ElementNotEnabledException(String)

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

ElementNotEnabledException(SerializationInfo, StreamingContext)

シリアル化情報を使用して、 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 System.Windows.Automation.ElementNotEnabledException : string -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String)

パラメーター

message
String

エラーの説明。

適用対象

ElementNotEnabledException(SerializationInfo, StreamingContext)

シリアル化情報を使用して、 ElementNotEnabledException クラスの新しいインスタンスを初期化します。

protected:
 ElementNotEnabledException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected ElementNotEnabledException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.Windows.Automation.ElementNotEnabledException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Windows.Automation.ElementNotEnabledException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

オブジェクトをシリアル化または逆シリアル化するために必要なデータ。

context
StreamingContext

シリアル化されたストリームのソースと宛先。

適用対象

ElementNotEnabledException(String, Exception)

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

public:
 ElementNotEnabledException(System::String ^ message, Exception ^ innerException);
public ElementNotEnabledException(string message, Exception innerException);
new System.Windows.Automation.ElementNotEnabledException : string * Exception -> System.Windows.Automation.ElementNotEnabledException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

エラーの説明。

innerException
Exception

この例外の原因となった例外。

適用対象