ReplicationAgentContainerWithWatsonException クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ワトソン博士プログラムを使用するマネージド コード ベースのレプリケーション エージェントで 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) |