InnerExceptions Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception)

Property Value

Type: System.Collections.ObjectModel.ReadOnlyCollection(Of Exception)
A read-only collection of the Exception objects that caused the current exception.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft