ReplicationAgentException 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
복제 에이전트 실행 중에 생성되는 예외의 기본 예외 클래스입니다.
public ref class ReplicationAgentException : Exception
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public class ReplicationAgentException : Exception
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReplicationAgentException = class
inherit Exception
Public Class ReplicationAgentException
Inherits Exception
- 상속
-
ReplicationAgentException
- 파생
- 특성
생성자
ReplicationAgentException() |
ReplicationAgentException 클래스의 새 인스턴스를 만듭니다. |
ReplicationAgentException(SerializationInfo, StreamingContext) |
직렬화된 데이터를 사용하여 ReplicationAgentException 클래스의 새 인스턴스를 만듭니다. |
ReplicationAgentException(String) |
지정한 오류 메시지를 사용하여 ReplicationAgentException 클래스의 새 인스턴스를 만듭니다. |
ReplicationAgentException(String, Exception) |
지정한 오류 메시지 및 이 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 ReplicationAgentException 클래스의 새 인스턴스를 만듭니다. |
속성
MessageCode |
기본 오류의 오류 코드를 가져옵니다. |
메서드
GetObjectData(SerializationInfo, StreamingContext) |
예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다. |