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