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