예제 #1
0
 public static void DispatcherUnhandledException(object sender, DispatcherUnhandledExceptionEventArgs e)
 {
     MapleError.CreateBug(e.Exception);
 }
예제 #2
0
 public static void ThreadException(object sender, ThreadExceptionEventArgs e)
 {
     MapleError.CreateBug(e.Exception);
 }
예제 #3
0
 public static void UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     MapleError.CreateBug(e.ExceptionObject as Exception);
 }