AggregateException..::..InnerExceptions Property
Gets a read-only collection of the Exception instances that caused the current exception.
Namespace:
SystemAssembly: Bridge (in Bridge.dll)
Syntax
[FieldPropertyAttribute] public ReadOnlyCollection<Exception> InnerExceptions { get; }
<FieldPropertyAttribute> _ Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception) Get
[FieldPropertyAttribute] public: property ReadOnlyCollection<Exception^>^ InnerExceptions { ReadOnlyCollection<Exception^>^ get (); }