InstanceLockException 생성자

정의

InstanceLockException 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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

throw되는 예외에 대한 직렬화된 개체 데이터를 보유하는 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 현재 예외를 발생시킨 인스턴스입니다.

적용 대상