ReplicationAgentContainerException.ExceptionCollection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of exception objects returned by the replication agent.
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
Property Value
An ArrayList of exception objects.