언어

ReplicationAgentContainerWithWatsonException 클래스

정의

Watson을 사용하는 관리 코드 기반 복제 에이전트가 하나 이상의 오류를 생성할 때 던지는 예외를 나타냅니다.

public ref class ReplicationAgentContainerWithWatsonException sealed : Microsoft::SqlServer::Replication::ReplicationAgentContainerException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReplicationAgentContainerWithWatsonException : Microsoft.SqlServer.Replication.ReplicationAgentContainerException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReplicationAgentContainerWithWatsonException = class
    inherit ReplicationAgentContainerException
Public NotInheritable Class ReplicationAgentContainerWithWatsonException
Inherits ReplicationAgentContainerException
상속
ReplicationAgentContainerWithWatsonException
특성

생성자

Name Description
ReplicationAgentContainerWithWatsonException()

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

ReplicationAgentContainerWithWatsonException(String, Exception)

지정된 메시지와 내부 예외를 가진 클래스의 ReplicationAgentContainerWithWatsonException 새 인스턴스를 초기화합니다.

ReplicationAgentContainerWithWatsonException(String)

지정된 메시지로 클래스의 ReplicationAgentContainerWithWatsonException 새로운 인스턴스를 초기화합니다.

속성

Name Description
ExceptionCollection

복제 에이전트가 반환한 예외 객체 집합을 받습니다.

(다음에서 상속됨 ReplicationAgentContainerException)
FlatExceptionCollection

인터페이스를 통해 IEnumerable 접근한 예외 객체 모음을 받습니다.

(다음에서 상속됨 ReplicationAgentContainerException)
MessageCode

기본 오류의 오류 코드를 받습니다.

(다음에서 상속됨 ReplicationAgentException)

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

예외에 대한 정보를 포함하여 지정된 SerializationInfo 값을 설정합니다.

(다음에서 상속됨 ReplicationAgentContainerException)

적용 대상