System.Threading.Tasks.UnobservedTaskExceptionEventArgs Class Reference
+ Inheritance diagram for System.Threading.Tasks.UnobservedTaskExceptionEventArgs:
+ Collaboration diagram for System.Threading.Tasks.UnobservedTaskExceptionEventArgs:

Public Member Functions

 UnobservedTaskExceptionEventArgs (AggregateException exception)
 
void SetObserved ()
 

Properties

AggregateException Exception [get]
 
bool Observed [get]
 

Detailed Description

Definition at line 32 of file UnobservedTaskExceptionEventArgs.cs.

Constructor & Destructor Documentation

System.Threading.Tasks.UnobservedTaskExceptionEventArgs.UnobservedTaskExceptionEventArgs ( AggregateException  exception)

Definition at line 37 of file UnobservedTaskExceptionEventArgs.cs.

Member Function Documentation

void System.Threading.Tasks.UnobservedTaskExceptionEventArgs.SetObserved ( )

Definition at line 54 of file UnobservedTaskExceptionEventArgs.cs.

Property Documentation

AggregateException System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Exception
get

Definition at line 42 of file UnobservedTaskExceptionEventArgs.cs.

bool System.Threading.Tasks.UnobservedTaskExceptionEventArgs.Observed
get

Definition at line 48 of file UnobservedTaskExceptionEventArgs.cs.


The documentation for this class was generated from the following file: