React to an unhandled exceptions by giving out the error message and the stack trace, and then terminating the program.
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