ReplicationAgentException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
レプリケーション エージェントの実行中に生成される例外の基本例外クラスです。
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 を設定します。 |