ReplicationAgentContainerException.FlatExceptionCollection 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 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.