Partager via


Propriété ReplicationAgentContainerException.ExceptionCollection

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

Espace de noms :  Microsoft.SqlServer.Replication
Assembly :  Microsoft.SqlServer.Replication (en Microsoft.SqlServer.Replication.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ExceptionCollection As ArrayList 
    Get
'Utilisation
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

Valeur de propriété

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

Voir aussi

Référence

ReplicationAgentContainerException Classe

Espace de noms Microsoft.SqlServer.Replication