MyMediaLite  3.11
Static Public Member Functions | List of all members
Handlers Class Reference

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...
 

Detailed Description

Class containing handler functions, e.g. exception handlers

Member Function Documentation

static void UnhandledExceptionHandler ( object  sender,
UnhandledExceptionEventArgs  unhandled_event 
)
inlinestatic

React to an unhandled exceptions

Give out the error message and the stack trace, then terminate the program. FileNotFoundExceptions get special treatment.

Parameters
senderthe sender of the exception
unhandled_eventthe arguments of the unhandled exception

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