다음을 통해 공유


InstanceOwnerException 생성자

정의

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

오버로드

InstanceOwnerException()

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

InstanceOwnerException(String)

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

InstanceOwnerException(SerializationInfo, StreamingContext)

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

InstanceOwnerException(String, Exception)

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

InstanceOwnerException(XName, Guid)

명령의 XName(네임스페이스와 이름의 조합)과 인스턴스 소유자의 ID를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

InstanceOwnerException(XName, Guid, Exception)

명령의 XName(네임스페이스와 이름의 조합), 인스턴스 소유자의 ID 및 내부 예외 정보를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

InstanceOwnerException(XName, Guid, String, Exception)

명령의 XName(네임스페이스와 이름의 조합), 인스턴스 소유자의 ID, 예외를 설명하는 오류 메시지 및 내부 예외 정보를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

InstanceOwnerException()

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

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

적용 대상

InstanceOwnerException(String)

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

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

매개 변수

message
String

예외의 원인입니다.

적용 대상

InstanceOwnerException(SerializationInfo, StreamingContext)

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

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

매개 변수

info
SerializationInfo

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

context
StreamingContext

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

특성

적용 대상

InstanceOwnerException(String, Exception)

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

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

매개 변수

message
String

예외의 원인입니다.

innerException
Exception

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

적용 대상

InstanceOwnerException(XName, Guid)

명령의 XName(네임스페이스와 이름의 조합)과 인스턴스 소유자의 ID를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

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

instanceOwnerId
Guid

인스턴스 소유자의 ID입니다.

적용 대상

InstanceOwnerException(XName, Guid, Exception)

명령의 XName(네임스페이스와 이름의 조합), 인스턴스 소유자의 ID 및 내부 예외 정보를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

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

instanceOwnerId
Guid

인스턴스 소유자의 ID입니다.

innerException
Exception

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

적용 대상

InstanceOwnerException(XName, Guid, String, Exception)

명령의 XName(네임스페이스와 이름의 조합), 인스턴스 소유자의 ID, 예외를 설명하는 오류 메시지 및 내부 예외 정보를 사용하여 InstanceOwnerException 클래스의 인스턴스를 초기화합니다.

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

매개 변수

commandName
XName

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

instanceOwnerId
Guid

인스턴스 소유자의 ID입니다.

message
String

예외를 설명하는 오류 메시지입니다.

innerException
Exception

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

적용 대상