다음을 통해 공유


InstanceKeyCompleteException 생성자

정의

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

오버로드

InstanceKeyCompleteException()

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

InstanceKeyCompleteException(String)

오류 메시지를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException(String, Exception)

오류 메시지와 내부 예외 정보를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException(XName, InstanceKey)

명령 이름과 인스턴스 키 정보를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException(XName, InstanceKey, Exception)

명령 이름, 인스턴스 키 정보 및 내부 예외(현재 예외를 발생시킨 예외)를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

매개 변수로 전달된 현재 예외를 발생시킨 내부 예외, 명령의 이름, 명령이 실행된 인스턴스의 ID, 인스턴스 키 정보, 예외의 원인을 설명하는 오류 메시지를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

InstanceKeyCompleteException()

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

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

적용 대상

InstanceKeyCompleteException(String)

오류 메시지를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

message
String

예외의 원인입니다.

적용 대상

InstanceKeyCompleteException(SerializationInfo, StreamingContext)

serialize된 데이터를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

info
SerializationInfo

현재 예외에 대한 정보입니다.

context
StreamingContext

원본 또는 대상에 대한 컨텍스트 정보입니다.

특성

적용 대상

InstanceKeyCompleteException(String, Exception)

오류 메시지와 내부 예외 정보를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

message
String

예외의 원인입니다.

innerException
Exception

현재 예외를 발생시킨 예외입니다.

적용 대상

InstanceKeyCompleteException(XName, InstanceKey)

명령 이름과 인스턴스 키 정보를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

public:
 InstanceKeyCompleteException(System::Xml::Linq::XName ^ commandName, System::Runtime::DurableInstancing::InstanceKey ^ instanceKey);
public InstanceKeyCompleteException (System.Xml.Linq.XName commandName, System.Runtime.DurableInstancing.InstanceKey instanceKey);
new System.Runtime.DurableInstancing.InstanceKeyCompleteException : System.Xml.Linq.XName * System.Runtime.DurableInstancing.InstanceKey -> System.Runtime.DurableInstancing.InstanceKeyCompleteException
Public Sub New (commandName As XName, instanceKey As InstanceKey)

매개 변수

commandName
XName

명령의 XName(네임스페이스와 이름의 조합)입니다.

instanceKey
InstanceKey

인스턴스 키에 대한 정보입니다.

적용 대상

InstanceKeyCompleteException(XName, InstanceKey, Exception)

명령 이름, 인스턴스 키 정보 및 내부 예외(현재 예외를 발생시킨 예외)를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

명령의 XName(네임스페이스와 이름의 조합)입니다.

instanceKey
InstanceKey

인스턴스 키에 대한 정보입니다.

innerException
Exception

현재 예외를 발생시킨 예외입니다.

적용 대상

InstanceKeyCompleteException(XName, Guid, InstanceKey, String, Exception)

매개 변수로 전달된 현재 예외를 발생시킨 내부 예외, 명령의 이름, 명령이 실행된 인스턴스의 ID, 인스턴스 키 정보, 예외의 원인을 설명하는 오류 메시지를 사용하여 InstanceKeyCompleteException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

명령의 XName(네임스페이스와 이름의 조합)입니다.

instanceId
Guid

명령이 실행된 인스턴스의 ID입니다.

instanceKey
InstanceKey

인스턴스 키에 대한 정보입니다.

message
String

예외의 원인을 설명하는 오류 메시지입니다.

innerException
Exception

현재 예외를 발생시킨 예외입니다.

적용 대상