InstanceKeyNotReadyException コンストラクター

定義

InstanceKeyNotReadyException クラスのインスタンスを初期化します。

オーバーロード

InstanceKeyNotReadyException()

InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(String)

エラー メッセージを使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(String, Exception)

エラー メッセージと内部例外情報を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(XName, InstanceKey)

コマンドの名前とインスタンス キー情報を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

コマンドの名前、インスタンス キー情報、およびパラメーターとして渡された内部例外 (現在の例外の発生原因である例外) を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)

コマンドの名前、コマンドを実行したインスタンスの ID、インスタンス キー情報、例外の原因を説明するエラー メッセージ、および内部例外 (現在の例外の発生原因である例外) を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

InstanceKeyNotReadyException()

InstanceKeyNotReadyException クラスのインスタンスを初期化します。

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

適用対象

InstanceKeyNotReadyException(String)

エラー メッセージを使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

public:
 InstanceKeyNotReadyException(System::String ^ message);
public InstanceKeyNotReadyException (string message);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (message As String)

パラメーター

message
String

例外の理由。

適用対象

InstanceKeyNotReadyException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

protected:
 InstanceKeyNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceKeyNotReadyException (System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

現在の例外情報。

context
StreamingContext

転送元または転送先に関するコンテキスト情報。

属性

適用対象

InstanceKeyNotReadyException(String, Exception)

エラー メッセージと内部例外情報を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

public:
 InstanceKeyNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

例外の理由。

innerException
Exception

現在の例外を引き起こした例外。

適用対象

InstanceKeyNotReadyException(XName, InstanceKey)

コマンドの名前とインスタンス キー情報を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

パラメーター

commandName
XName

コマンドの XName (名前空間と名前の組み合わせ) です。

instanceKey
InstanceKey

インスタンス キーに関する情報。

適用対象

InstanceKeyNotReadyException(XName, InstanceKey, Exception)

コマンドの名前、インスタンス キー情報、およびパラメーターとして渡された内部例外 (現在の例外の発生原因である例外) を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceKey As InstanceKey, innerException As Exception)

パラメーター

commandName
XName

コマンドの XName (名前空間と名前の組み合わせ) です。

instanceKey
InstanceKey

インスタンス キーに関する情報。

innerException
Exception

現在の例外を引き起こした例外。

適用対象

InstanceKeyNotReadyException(XName, Guid, InstanceKey, String, Exception)

コマンドの名前、コマンドを実行したインスタンスの ID、インスタンス キー情報、例外の原因を説明するエラー メッセージ、および内部例外 (現在の例外の発生原因である例外) を使用して、InstanceKeyNotReadyException クラスのインスタンスを初期化します。

public:
 InstanceKeyNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyNotReadyException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, instanceKey As InstanceKey, message As String, innerException As Exception)

パラメーター

commandName
XName

コマンドの XName (名前空間と名前の組み合わせ) です。

instanceId
Guid

コマンドを実行したインスタンスの ID。

instanceKey
InstanceKey

インスタンス キーに関する情報。

message
String

例外の理由。

innerException
Exception

現在の例外を引き起こした例外。

適用対象