言語

InstanceLockException コンストラクター

定義

InstanceLockException クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
InstanceLockException()

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(Guid)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(String)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(Guid, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(Guid, String)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(SerializationInfo, StreamingContext)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(String, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException(Guid, String, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

InstanceLockException()

InstanceLockException クラスの新しいインスタンスを初期化します。

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

適用対象

InstanceLockException(Guid)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(Guid id);
public InstanceLockException(Guid id);
new System.ServiceModel.Persistence.InstanceLockException : Guid -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid)

パラメーター

id
Guid

例外インスタンスの一意識別子。

適用対象

InstanceLockException(String)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(System::String ^ message);
public InstanceLockException(string message);
new System.ServiceModel.Persistence.InstanceLockException : string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (message As String)

パラメーター

message
String

現在の例外を説明するメッセージ。

適用対象

InstanceLockException(Guid, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(Guid id, Exception ^ innerException);
public InstanceLockException(Guid id, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, innerException As Exception)

パラメーター

id
Guid

例外インスタンスの一意識別子。

innerException
Exception

現在の例外の原因となった Exception インスタンス。

適用対象

InstanceLockException(Guid, String)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(Guid id, System::String ^ message);
public InstanceLockException(Guid id, string message);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String)

パラメーター

id
Guid

例外インスタンスの一意識別子。

message
String

現在の例外を説明するメッセージ。

適用対象

InstanceLockException(SerializationInfo, StreamingContext)

InstanceLockException クラスの新しいインスタンスを初期化します。

protected:
 InstanceLockException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
protected InstanceLockException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
new System.ServiceModel.Persistence.InstanceLockException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.ServiceModel.Persistence.InstanceLockException
Protected Sub New (info As SerializationInfo, context As StreamingContext)

パラメーター

info
SerializationInfo

スローされる例外に関するシリアル化されたオブジェクト データを保持する SerializationInfo

context
StreamingContext

ソースまたは宛先に関するコンテキスト情報を含む StreamingContext

適用対象

InstanceLockException(String, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(System::String ^ message, Exception ^ innerException);
public InstanceLockException(string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : string * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (message As String, innerException As Exception)

パラメーター

message
String

現在の例外を説明するメッセージ。

innerException
Exception

現在の例外の原因となった Exception インスタンス。

適用対象

InstanceLockException(Guid, String, Exception)

InstanceLockException クラスの新しいインスタンスを初期化します。

public:
 InstanceLockException(Guid id, System::String ^ message, Exception ^ innerException);
public InstanceLockException(Guid id, string message, Exception innerException);
new System.ServiceModel.Persistence.InstanceLockException : Guid * string * Exception -> System.ServiceModel.Persistence.InstanceLockException
Public Sub New (id As Guid, message As String, innerException As Exception)

パラメーター

id
Guid

例外インスタンスの一意識別子。

message
String

現在の例外を説明するメッセージ。

innerException
Exception

現在の例外の原因となった Exception インスタンス。

適用対象