다음을 통해 공유


OciException 클래스

The exception that is thrown when an error is raised by the Oracle Call Interface (OCI).

네임스페이스:  Microsoft.SqlServer.Replication
어셈블리:  Microsoft.SqlServer.Replication.dll의 Microsoft.SqlServer.Replication

구문

‘선언
<SerializableAttribute> _
<ComVisibleAttribute(False)> _
Public Class OciException _
    Inherits ReplicationAgentException
‘사용 방법
Dim instance As OciException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public class OciException : ReplicationAgentException
[SerializableAttribute]
[ComVisibleAttribute(false)]
public ref class OciException : public ReplicationAgentException
[<SerializableAttribute>]
[<ComVisibleAttribute(false)>]
type OciException =  
    class
        inherit ReplicationAgentException
    end
public class OciException extends ReplicationAgentException

주의

OCI is used when generating initial snapshot files and to perform other operations at an Oracle Publisher.

상속 계층 구조

System. . :: . .Object
  System. . :: . .Exception
    Microsoft.SqlServer.Replication. . :: . .ReplicationAgentException
      Microsoft.SqlServer.Replication..::..OciException

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.