MyMediaLite  3.02
Static Public Member Functions
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:
senderthe sender of the exception
unhandled_eventthe arguments of the unhandled exception

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