언어

OciException 클래스

정의

Oracle Call Interface(OCI)에서 오류가 발생했을 때 던지는 예외입니다.

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 Publisher에서 다른 작업을 수행할 때 사용됩니다.

생성자

Name Description
OciException()

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

OciException(SerializationInfo, StreamingContext)

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

OciException(String, Exception)

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

OciException(String)

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

속성

Name Description
MessageCode

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

(다음에서 상속됨 ReplicationAgentException)

메서드

Name Description
GetObjectData(SerializationInfo, StreamingContext)

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

(다음에서 상속됨 ReplicationAgentException)

적용 대상