Bridge

AggregateException..::..InnerExceptions Property

Gets a read-only collection of the Exception instances that caused the current exception.

Namespace:  System
Assembly:  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 ();
}

Return Value

Returns a read-only collection of the Exception instances that caused the current exception.