コード例 #1
0
ファイル: Program.cs プロジェクト: lonely21/chiroptera
 static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
 {
     Dbg.WriteLine(e.ExceptionObject.ToString());
     TextConsole.Singleton.UnInit();
     Console.WriteLine(e.ExceptionObject);
 }