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 パブリッシャーで初期スナップショット ファイルを生成したりその他の操作を実行したりするときに使用されます。

コンストラクター

OciException()

OciException クラスの新しいインスタンスを作成します。

OciException(SerializationInfo, StreamingContext)

シリアル化されたデータを使用して OciException クラスの新しいインスタンスを作成します。

OciException(String)

指定したエラー メッセージを使用して OciException クラスの新しいインスタンスを作成します。

OciException(String, Exception)

指定したエラー メッセージとこの例外の原因になった内部例外への参照を使用して、OciException クラスの新しいインスタンスを作成します。

プロパティ

MessageCode

基になるエラーのエラー コードを取得します。

(継承元 ReplicationAgentException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

例外に関する情報で指定した SerializationInfo を設定します。

(継承元 ReplicationAgentException)

適用対象