InnerExceptions Property

Task Parallel System.Threading

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

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

Syntax

Visual Basic (Declaration)
Public ReadOnly Property InnerExceptions As ReadOnlyCollection(Of Exception)
C#
public ReadOnlyCollection<Exception> InnerExceptions { get; }

See Also