|
Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
| UnobservedTaskExceptionEventArgs (AggregateException exception) | |
| void | SetObserved () |
Static Public Attributes | |
| static readonly EventArgs | Empty = new EventArgs() |
Package Attributes | |
| bool | m_observed |
Properties | |
| bool | Observed [get] |
| AggregateException | Exception [get] |
Private Attributes | |
| readonly AggregateException | m_exception |
Definition at line 3 of file UnobservedTaskExceptionEventArgs.cs.