Share via


InstancePersistenceCommandException コンストラクター

定義

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

オーバーロード

InstancePersistenceCommandException()

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

InstancePersistenceCommandException(String)

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

InstancePersistenceCommandException(XName)

コマンドの XName (名前空間と名前の組み合わせ) を使用して、InstancePersistenceCommand クラスのインスタンスを初期化します。

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

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

InstancePersistenceCommandException(String, Exception)

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

InstancePersistenceCommandException(XName, Exception)

コマンドの XName (名前空間と名前の組み合わせ) と内部例外情報を使用して、InstancePersistenceCommand クラスのインスタンスを初期化します。

InstancePersistenceCommandException(XName, Guid)

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

InstancePersistenceCommandException(XName, Guid, Exception)

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

InstancePersistenceCommandException(XName, String, Exception)

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

InstancePersistenceCommandException(XName, Guid, String, Exception)

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

InstancePersistenceCommandException()

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

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

適用対象

InstancePersistenceCommandException(String)

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

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

パラメーター

message
String

例外の理由。

適用対象

InstancePersistenceCommandException(XName)

コマンドの XName (名前空間と名前の組み合わせ) を使用して、InstancePersistenceCommand クラスのインスタンスを初期化します。

public:
 InstancePersistenceCommandException(System::Xml::Linq::XName ^ commandName);
public InstancePersistenceCommandException (System.Xml.Linq.XName commandName);
new System.Runtime.DurableInstancing.InstancePersistenceCommandException : System.Xml.Linq.XName -> System.Runtime.DurableInstancing.InstancePersistenceCommandException
Public Sub New (commandName As XName)

パラメーター

commandName
XName

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

適用対象

InstancePersistenceCommandException(SerializationInfo, StreamingContext)

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

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

パラメーター

info
SerializationInfo

現在の例外情報。

context
StreamingContext

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

属性

適用対象

InstancePersistenceCommandException(String, Exception)

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

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

パラメーター

message
String

例外の理由。

innerException
Exception

現在の例外を発生させた内部例外。

適用対象

InstancePersistenceCommandException(XName, Exception)

コマンドの XName (名前空間と名前の組み合わせ) と内部例外情報を使用して、InstancePersistenceCommand クラスのインスタンスを初期化します。

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

パラメーター

commandName
XName

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

innerException
Exception

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

適用対象

InstancePersistenceCommandException(XName, Guid)

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

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

パラメーター

commandName
XName

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

instanceId
Guid

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

適用対象

InstancePersistenceCommandException(XName, Guid, Exception)

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

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

パラメーター

commandName
XName

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

instanceId
Guid

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

innerException
Exception

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

適用対象

InstancePersistenceCommandException(XName, String, Exception)

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

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

パラメーター

commandName
XName

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

message
String

例外の理由。

innerException
Exception

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

適用対象

InstancePersistenceCommandException(XName, Guid, String, Exception)

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

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

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

適用対象