次の方法で共有


ReplicationAgentContainerWithWatsonException クラス

定義

ワトソン博士プログラムを使用するマネージド コード ベースのレプリケーション エージェントで 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)

指定したメッセージを使用して、ReplicationAgentContainerWithWatsonException クラスの新しいインスタンスを初期化します。

ReplicationAgentContainerWithWatsonException(String, Exception)

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

プロパティ

ExceptionCollection

レプリケーション エージェントによって返された例外オブジェクトのコレクションを取得します。

(継承元 ReplicationAgentContainerException)
FlatExceptionCollection

IEnumerable インターフェイスを使用してアクセスする例外オブジェクトのコレクションを取得します。

(継承元 ReplicationAgentContainerException)
MessageCode

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

(継承元 ReplicationAgentException)

メソッド

GetObjectData(SerializationInfo, StreamingContext)

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

(継承元 ReplicationAgentContainerException)

適用対象