GetBaseException Method

Task Parallel System.Threading

Returns the AggregateException that is the root cause of this exception.

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

Syntax

Visual Basic (Declaration)
Public Overrides Function GetBaseException As Exception
C#
public override Exception GetBaseException()

Implements

_Exception..::.GetBaseException()()()

See Also