Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
UnhandledExceptionEventArgs (object exception, bool isTerminating) | |
Static Public Attributes | |
static readonly EventArgs | Empty = new EventArgs() |
Properties | |
object | ExceptionObject [get] |
bool | IsTerminating [get] |
Private Attributes | |
readonly object | _exception |
readonly bool | _isTerminating |
Definition at line 3 of file UnhandledExceptionEventArgs.cs.