mirror of
https://github.com/crskycode/GARbro.git
synced 2025-01-11 20:39:29 +08:00
lol, exception was thrown in unhandled exception handler.
This commit is contained in:
parent
16670c872f
commit
e23c5ceafc
@ -56,7 +56,7 @@ namespace GARbro.GUI
|
||||
Trace.WriteLine ("ApplicationStartup --------------------------------", "GARbro.GUI.App");
|
||||
this.DispatcherUnhandledException += (s, args) =>
|
||||
{
|
||||
Trace.WriteLine (string.Format ("Unhandled exception caught: {1}", args.Exception.Message),
|
||||
Trace.WriteLine (string.Format ("Unhandled exception caught: {0}", args.Exception.Message),
|
||||
"GARbro.GUI.App");
|
||||
Trace.WriteLine (args.Exception.StackTrace, "Stack trace");
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user