ReplicationAgentException クラス

定義

レプリケーション エージェントの実行中に生成される例外の基本例外クラスです。

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 を設定します。

適用対象