.NET Framework Class Library |
UnobservedTaskExceptionEventArgs..::.Exception Property |
UnobservedTaskExceptionEventArgs Class See Also Send Feedback |
The Exception that went unobserved.
Namespace:
System.Threading.Tasks
Assembly:
System.Threading (in System.Threading.dll)
Syntax
Visual Basic (Declaration) |
---|
Public ReadOnly Property Exception As AggregateException |
C# |
---|
public AggregateException Exception { get; } |