次の方法で共有


InstanceKeyCompleteException コンストラクター

定義

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

オーバーロード

InstanceKeyCompleteException()

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

InstanceKeyCompleteException(String)

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

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

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

InstanceKeyCompleteException(String, Exception)

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

InstanceKeyCompleteException(XName, InstanceKey)

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

InstanceKeyCompleteException(XName, InstanceKey, Exception)

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

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

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

InstanceKeyCompleteException()

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

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

適用対象

InstanceKeyCompleteException(String)

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

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

パラメーター

message
String

例外の理由。

適用対象

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

現在の例外情報。

context
StreamingContext

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

属性

適用対象

InstanceKeyCompleteException(String, Exception)

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

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

パラメーター

message
String

例外の理由。

innerException
Exception

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

適用対象

InstanceKeyCompleteException(XName, InstanceKey)

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

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

パラメーター

commandName
XName

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

instanceKey
InstanceKey

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

適用対象

InstanceKeyCompleteException(XName, InstanceKey, Exception)

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

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

パラメーター

commandName
XName

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

instanceKey
InstanceKey

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

innerException
Exception

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

適用対象

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

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

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey, System::String ^ message, Exception ^ innerException);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, Guid instanceId, System.Runtime.DurableInstancing.InstanceKey instanceKey, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * Guid * System.Runtime.DurableInstancing.InstanceKey * string * Exception -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
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

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

適用対象