ReplicationAgentContainerException.ExceptionCollection プロパティ

定義

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

public:
 property System::Collections::ArrayList ^ ExceptionCollection { System::Collections::ArrayList ^ get(); };
public System.Collections.ArrayList ExceptionCollection { get; }
member this.ExceptionCollection : System.Collections.ArrayList
Public ReadOnly Property ExceptionCollection As ArrayList

プロパティ値

例外オブジェクトの ArrayList です。

適用対象