InstanceCompleteException 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스의 인스턴스를 초기화합니다 InstanceCompleteException .
오버로드
| Name | Description |
|---|---|
| InstanceCompleteException() |
클래스의 인스턴스를 초기화합니다 InstanceCompleteException . |
| InstanceCompleteException(String) |
오류 메시지를 사용하여 클래스의 InstanceCompleteException 인스턴스를 초기화합니다. |
| InstanceCompleteException(SerializationInfo, StreamingContext) |
직렬화된 데이터를 사용하여 클래스의 인스턴스를 InstanceCompleteException 초기화합니다. |
| InstanceCompleteException(String, Exception) |
오류 메시지 및 내부 예외 정보를 사용하여 클래스의 InstanceCompleteException 인스턴스를 초기화합니다. |
| InstanceCompleteException(XName, Guid) |
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합)과 명령이 실행된 대상 인스턴스의 ID를 사용하여 클래스의 인스턴스를 초기화합니다. |
| InstanceCompleteException(XName, Guid, Exception) |
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID 및 매개 변수로 전달된 내부 예외 정보를 사용하여 클래스의 인스턴스를 초기화합니다. |
| InstanceCompleteException(XName, Guid, String, Exception) |
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 예외 이유를 설명하는 오류 메시지 및 현재 예외를 발생시킨 예외를 사용하여 클래스의 인스턴스를 초기화합니다. |
InstanceCompleteException()
클래스의 인스턴스를 초기화합니다 InstanceCompleteException .
public:
InstanceCompleteException();
public InstanceCompleteException();
Public Sub New ()
적용 대상
InstanceCompleteException(String)
오류 메시지를 사용하여 클래스의 InstanceCompleteException 인스턴스를 초기화합니다.
public:
InstanceCompleteException(System::String ^ message);
public InstanceCompleteException(string message);
new System.Runtime.DurableInstancing.InstanceCompleteException : string -> System.Runtime.DurableInstancing.InstanceCompleteException
Public Sub New (message As String)
매개 변수
- message
- String
예외의 이유입니다.
적용 대상
InstanceCompleteException(SerializationInfo, StreamingContext)
직렬화된 데이터를 사용하여 클래스의 인스턴스를 InstanceCompleteException 초기화합니다.
protected:
InstanceCompleteException(System::Runtime::Serialization::SerializationInfo ^ info, System::Runtime::Serialization::StreamingContext context);
[System.Security.SecurityCritical]
protected InstanceCompleteException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context);
[<System.Security.SecurityCritical>]
new System.Runtime.DurableInstancing.InstanceCompleteException : System.Runtime.Serialization.SerializationInfo * System.Runtime.Serialization.StreamingContext -> System.Runtime.DurableInstancing.InstanceCompleteException
Protected Sub New (info As SerializationInfo, context As StreamingContext)
매개 변수
- info
- SerializationInfo
현재 예외에 대한 정보입니다.
- context
- StreamingContext
원본 또는 대상에 대한 컨텍스트 정보입니다.
- 특성
적용 대상
InstanceCompleteException(String, Exception)
오류 메시지 및 내부 예외 정보를 사용하여 클래스의 InstanceCompleteException 인스턴스를 초기화합니다.
public:
InstanceCompleteException(System::String ^ message, Exception ^ innerException);
public InstanceCompleteException(string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceCompleteException : string * Exception -> System.Runtime.DurableInstancing.InstanceCompleteException
Public Sub New (message As String, innerException As Exception)
매개 변수
- message
- String
예외의 이유입니다.
- innerException
- Exception
현재 예외를 발생시키는 예외입니다.
적용 대상
InstanceCompleteException(XName, Guid)
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합)과 명령이 실행된 대상 인스턴스의 ID를 사용하여 클래스의 인스턴스를 초기화합니다.
public:
InstanceCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceCompleteException(System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceCompleteException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceCompleteException
Public Sub New (commandName As XName, instanceId As Guid)
매개 변수
- commandName
- XName
명령의 XName(네임스페이스와 이름의 조합)입니다.
- instanceId
- Guid
명령이 실행된 대상 인스턴스의 ID입니다.
적용 대상
InstanceCompleteException(XName, Guid, Exception)
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID 및 매개 변수로 전달된 내부 예외 정보를 사용하여 클래스의 인스턴스를 초기화합니다.
public:
InstanceCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId, Exception ^ innerException);
public InstanceCompleteException(System.Xml.Linq.XName commandName, Guid instanceId, Exception innerException);
new System.Runtime.DurableInstancing.InstanceCompleteException : System.Xml.Linq.XName * Guid * Exception -> System.Runtime.DurableInstancing.InstanceCompleteException
Public Sub New (commandName As XName, instanceId As Guid, innerException As Exception)
매개 변수
- commandName
- XName
명령의 XName(네임스페이스와 이름의 조합)입니다.
- instanceId
- Guid
명령이 실행된 대상 인스턴스의 ID입니다.
- innerException
- Exception
현재 예외를 발생시킨 예외입니다.
적용 대상
InstanceCompleteException(XName, Guid, String, Exception)
명령의 InstanceCompleteException XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 예외 이유를 설명하는 오류 메시지 및 현재 예외를 발생시킨 예외를 사용하여 클래스의 인스턴스를 초기화합니다.
public:
InstanceCompleteException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceCompleteException(System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceCompleteException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceCompleteException
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
현재 예외를 발생시킨 예외입니다.