.NET Framework Class Library |
AggregateException..::.GetBaseException Method |
AggregateException Class See Also Send Feedback |
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() |