OciException 클래스

정의

OCI(Oracle Call Interface)에서 오류가 발생할 때 발생하는 예외입니다.

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

설명

OCI는 초기 스냅샷 파일을 생성하고 Oracle 게시자에서 다른 작업을 수행하는 데 사용됩니다.

생성자

OciException()

OciException 클래스의 새 인스턴스를 만듭니다.

OciException(SerializationInfo, StreamingContext)

직렬화된 데이터를 사용하여 OciException 클래스의 새 인스턴스를 만듭니다.

OciException(String)

지정한 오류 메시지를 사용하여 OciException 클래스의 새 인스턴스를 만듭니다.

OciException(String, Exception)

지정한 오류 메시지 및 이 예외를 발생시킨 내부 예외에 대한 참조를 사용하여 OciException 클래스의 새 인스턴스를 만듭니다.

속성

MessageCode

기본 오류의 오류 코드를 가져옵니다.

(다음에서 상속됨 ReplicationAgentException)

메서드

GetObjectData(SerializationInfo, StreamingContext)

예외 정보를 사용하여 지정된 SerializationInfo를 설정합니다.

(다음에서 상속됨 ReplicationAgentException)

적용 대상