다음을 통해 공유


InstanceNotReadyException 생성자

정의

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

오버로드

InstanceNotReadyException()

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

InstanceNotReadyException(String)

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

InstanceNotReadyException(SerializationInfo, StreamingContext)

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

InstanceNotReadyException(String, Exception)

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

InstanceNotReadyException(XName, Guid)

명령의 XName(네임스페이스와 이름의 조합)과 명령이 실행된 대상 인스턴스의 ID를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

InstanceNotReadyException(XName, Guid, Exception)

명령의 XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 그리고 내부 예외 정보를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

InstanceNotReadyException(XName, Guid, String, Exception)

명령의 XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 예외의 원인을 설명하는 오류 메시지, 그리고 현재 예외를 발생시킨 예외를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

InstanceNotReadyException()

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

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

적용 대상

InstanceNotReadyException(String)

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

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

매개 변수

message
String

예외의 원인입니다.

적용 대상

InstanceNotReadyException(SerializationInfo, StreamingContext)

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

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

매개 변수

info
SerializationInfo

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

context
StreamingContext

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

특성

적용 대상

InstanceNotReadyException(String, Exception)

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

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

매개 변수

message
String

예외의 원인입니다.

innerException
Exception

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

적용 대상

InstanceNotReadyException(XName, Guid)

명령의 XName(네임스페이스와 이름의 조합)과 명령이 실행된 대상 인스턴스의 ID를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

public:
 InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId);
public InstanceNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid -> System.Runtime.DurableInstancing.InstanceNotReadyException
Public Sub New (commandName As XName, instanceId As Guid)

매개 변수

commandName
XName

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

instanceId
Guid

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

적용 대상

InstanceNotReadyException(XName, Guid, Exception)

명령의 XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 그리고 내부 예외 정보를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

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

instanceId
Guid

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

innerException
Exception

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

적용 대상

InstanceNotReadyException(XName, Guid, String, Exception)

명령의 XName(네임스페이스와 이름의 조합), 명령이 실행된 대상 인스턴스의 ID, 예외의 원인을 설명하는 오류 메시지, 그리고 현재 예외를 발생시킨 예외를 사용하여 InstanceNotReadyException 클래스의 인스턴스를 초기화합니다.

public:
 InstanceNotReadyException(System::Xml::Linq::XName ^ commandName, Guid instanceId, System::String ^ message, Exception ^ innerException);
public InstanceNotReadyException (System.Xml.Linq.XName commandName, Guid instanceId, string message, Exception innerException);
new System.Runtime.DurableInstancing.InstanceNotReadyException : System.Xml.Linq.XName * Guid * string * Exception -> System.Runtime.DurableInstancing.InstanceNotReadyException
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

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

적용 대상