InstanceNotReadyException コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
InstanceNotReadyException クラスのインスタンスを初期化します。
オーバーロード
| 名前 | 説明 |
|---|---|
| InstanceNotReadyException() |
InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(String) |
エラー メッセージを使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(SerializationInfo, StreamingContext) |
シリアル化されたデータを使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(String, Exception) |
エラー メッセージと内部例外情報を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(XName, Guid) |
コマンドの XName (名前空間と名前の組み合わせ) と、コマンドが実行されたターゲット インスタンスの ID を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(XName, Guid, Exception) |
コマンドの XName (名前空間と名前の組み合わせ)、コマンドの実行対象のターゲット インスタンスの ID、および内部例外情報を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
| InstanceNotReadyException(XName, Guid, String, Exception) |
コマンドの XName (名前空間と名前の組み合わせ) と、コマンドが実行されたターゲット インスタンスの ID、例外の理由を説明するエラー メッセージ、および現在の例外の原因となった例外を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。 |
InstanceNotReadyException()
InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException();
public InstanceNotReadyException();
Public Sub New ()
適用対象
InstanceNotReadyException(String)
エラー メッセージを使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException(System::String ^ message);
public InstanceNotReadyException(string message);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (message As String)
パラメーター
- message
- String
例外の理由。
適用対象
InstanceNotReadyException(SerializationInfo, StreamingContext)
シリアル化されたデータを使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
protected:
InstanceNotReadyException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceNotReadyException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceNotReadyException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
パラメーター
- info
- SerializationInfo
現在の例外に関する情報。
- context
- StreamingContext
ソースまたは変換先に関するコンテキスト情報。
- 属性
適用対象
InstanceNotReadyException(String, Exception)
エラー メッセージと内部例外情報を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException(System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException(string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (message As String, innerException As Exception)
パラメーター
- message
- String
例外の理由。
- innerException
- Exception
現在の例外の原因となった例外。
適用対象
InstanceNotReadyException(XName, Guid)
コマンドの XName (名前空間と名前の組み合わせ) と、コマンドが実行されたターゲット インスタンスの ID を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid)
パラメーター
- commandName
- XName
コマンドの XName (名前空間と名前の組み合わせ)。
- instanceId
- Guid
コマンドが実行されたターゲット インスタンスの ID。
適用対象
InstanceNotReadyException(XName, Guid, Exception)
コマンドの XName (名前空間と名前の組み合わせ)、コマンドの実行対象のターゲット インスタンスの ID、および内部例外情報を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)
パラメーター
- commandName
- XName
コマンドの XName (名前空間と名前の組み合わせ)。
- instanceId
- Guid
コマンドが実行されたターゲット インスタンスの ID。
- innerException
- Exception
現在の例外の原因となった例外。
適用対象
InstanceNotReadyException(XName, Guid, String, Exception)
コマンドの XName (名前空間と名前の組み合わせ) と、コマンドが実行されたターゲット インスタンスの ID、例外の理由を説明するエラー メッセージ、および現在の例外の原因となった例外を使用して、 InstanceNotReadyException クラスのインスタンスを初期化します。
public:
InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException(System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
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
現在の例外の原因となった例外。