ReplicationAgentContainerException.FlatExceptionCollection Property

Definition

Gets the collection of exception objects accessed using the IEnumerable interface.

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

Property Value

An IEnumerable interface used to access the collection.

Applies to