React to an unhandled exceptions
Declaring type: Handlers
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static void UnhandledExceptionHandler (
        object sender,
        UnhandledExceptionEventArgs unhandled_event
) 
Parameters
sender
the sender of the exception
unhandled_event
the arguments of the unhandled exception
Collapse/Expand Remarks
Give out the error message and the stack trace, then terminate the program. FileNotFoundExceptions get special treatment.