Freigeben über


ExceptionCollection-Eigenschaft

Ruft die Auflistung von Ausnahmeobjekten ab, die vom Replikations-Agent zurückgegeben wurden.

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

Eigenschaftswert

Typ: System.Collections. . :: . .ArrayList
Eine ArrayList von Ausnahmeobjekten.