AggregateException.InnerExceptions Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets a read-only collection of the Exception instances that caused the current exception.
Assembly: mscorlib (in mscorlib.dll)
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Exception)A read-only collection of the Exception objects that caused the current exception.
Show: