Delen via


ReplicationAgentContainerException.ExceptionCollection Property

Gets the collection of exception objects returned by the replication agent.

Namespace:  Microsoft.SqlServer.Replication
Assembly:  Microsoft.SqlServer.Replication (in Microsoft.SqlServer.Replication.dll)

Syntax

'Declaration
Public ReadOnly Property ExceptionCollection As ArrayList
    Get
'Usage
Dim instance As ReplicationAgentContainerException
Dim value As ArrayList

value = instance.ExceptionCollection
public ArrayList ExceptionCollection { get; }
public:
property ArrayList^ ExceptionCollection {
    ArrayList^ get ();
}
member ExceptionCollection : ArrayList
function get ExceptionCollection () : ArrayList

Property Value

Type: System.Collections.ArrayList
An ArrayList of exception objects.