次の方法で共有


InstanceCompleteException コンストラクター

定義

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

オーバーロード

InstanceCompleteException()

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

InstanceCompleteException(String)

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

InstanceCompleteException(SerializationInfo, StreamingContext)

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

InstanceCompleteException(String, Exception)

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

InstanceCompleteException(XName, Guid)

コマンドの XName (名前空間と名前の組み合わせ)とコマンドを実行したターゲット インスタンスの ID を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

InstanceCompleteException(XName, Guid, Exception)

コマンドの XName (名前空間と名前の組み合わせ)、コマンドを実行したターゲット インスタンスの ID、およびパラメーターとして渡された内部例外情報を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

InstanceCompleteException(XName, Guid, String, Exception)

コマンドの XName (名前空間と名前の組み合わせ)、コマンドを実行したターゲット インスタンスの ID、例外の原因を説明するエラー メッセージ、および現在の例外の原因となった例外を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

InstanceCompleteException()

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

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

適用対象

InstanceCompleteException(String)

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

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

パラメーター

message
String

例外の理由。

適用対象

InstanceCompleteException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

現在の例外情報。

context
StreamingContext

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

属性

適用対象

InstanceCompleteException(String, Exception)

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

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

パラメーター

message
String

例外の理由。

innerException
Exception

現在の例外の発生原因である例外。

適用対象

InstanceCompleteException(XName, Guid)

コマンドの XName (名前空間と名前の組み合わせ)とコマンドを実行したターゲット インスタンスの ID を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

public:
 InstanceCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceCompleteException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceCompleteException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceCompleteException
Public Sub New (commandName As XName, instanceId As Guid)

パラメーター

commandName
XName

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

instanceId
Guid

コマンドを実行したターゲット インスタンスの ID。

適用対象

InstanceCompleteException(XName, Guid, Exception)

コマンドの XName (名前空間と名前の組み合わせ)、コマンドを実行したターゲット インスタンスの ID、およびパラメーターとして渡された内部例外情報を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

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

パラメーター

commandName
XName

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

instanceId
Guid

コマンドを実行したターゲット インスタンスの ID。

innerException
Exception

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

適用対象

InstanceCompleteException(XName, Guid, String, Exception)

コマンドの XName (名前空間と名前の組み合わせ)、コマンドを実行したターゲット インスタンスの ID、例外の原因を説明するエラー メッセージ、および現在の例外の原因となった例外を使用して、InstanceCompleteException クラスのインスタンスを初期化します。

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

パラメーター

commandName
XName

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

instanceId
Guid

コマンドを実行したターゲット インスタンスの ID。

message
String

例外の理由。

innerException
Exception

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

適用対象