Handlers Class Reference

Class containing handler functions, e.g. exception handlers. More...

List of all members.

Static Public Member Functions

static void UnhandledExceptionHandler (object sender, UnhandledExceptionEventArgs unhandled_event)
 React to an unhandled exceptions.

Detailed Description

Class containing handler functions, e.g. exception handlers.


Member Function Documentation

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.

Parameters:
sender the sender of the exception
unhandled_event the arguments of the unhandled exception

The documentation for this class was generated from the following file:
Generated on Thu Apr 5 01:11:39 2012 for MyMediaLite by  doxygen 1.6.3