Class containing handler functions, e.g. exception handlers. More...
Static Public Member Functions | |
| static void | UnhandledExceptionHandler (object sender, UnhandledExceptionEventArgs unhandled_event) |
| React to an unhandled exceptions. | |
Class containing handler functions, e.g. exception handlers.
| static void UnhandledExceptionHandler | ( | object | sender, | |
| UnhandledExceptionEventArgs | unhandled_event | |||
| ) | [inline, static] |
React to an unhandled exceptions.
Give out the error message and the stack trace, then terminate the program. FileNotFoundExceptions get special treatment.
| sender | the sender of the exception | |
| unhandled_event | the arguments of the unhandled exception |
1.6.3