|
MyMediaLite
3.11
|
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 More... | |
Class containing handler functions, e.g. exception handlers
|
inlinestatic |
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.8.9.1