AggregateException.InnerExceptions
Property
Definition
Gets a read-only collection of the Exception instances that caused the current exception.
public System.Collections.ObjectModel.ReadOnlyCollection<Exception> InnerExceptions { get; }
Property Value
Returns a read-only collection of the Exception instances that caused the current exception.