ReplicationAgentContainerWithWatsonException クラス

定義

Watsonを使用する管理型コードベースのレプリケーションエージェントによって1つ以上のエラーが生成された場合にスローされる例外を表します。

public ref class ReplicationAgentContainerWithWatsonException sealed : Microsoft::SqlServer::Replication::ReplicationAgentContainerException
[System.Runtime.InteropServices.ComVisible(false)]
[System.Serializable]
public sealed class ReplicationAgentContainerWithWatsonException : Microsoft.SqlServer.Replication.ReplicationAgentContainerException
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Serializable>]
type ReplicationAgentContainerWithWatsonException = class
    inherit ReplicationAgentContainerException
Public NotInheritable Class ReplicationAgentContainerWithWatsonException
Inherits ReplicationAgentContainerException
継承
ReplicationAgentContainerWithWatsonException
属性

コンストラクター

名前 説明
ReplicationAgentContainerWithWatsonException()

ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

ReplicationAgentContainerWithWatsonException(String, Exception)

指定されたメッセージと内部例外を用いて、 ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

ReplicationAgentContainerWithWatsonException(String)

指定されたメッセージで ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

プロパティ

名前 説明
ExceptionCollection

レプリケーションエージェントから返された例外オブジェクトの集合を取得します。

(継承元 ReplicationAgentContainerException)
FlatExceptionCollection

IEnumerableインターフェースを通じてアクセスされた例外オブジェクトの集合を取得します。

(継承元 ReplicationAgentContainerException)
MessageCode

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

(継承元 ReplicationAgentException)

メソッド

名前 説明
GetObjectData(SerializationInfo, StreamingContext)

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

(継承元 ReplicationAgentContainerException)

適用対象