diff --git a/Program.cs b/Program.cs index 99f81e72..8d76d3a8 100644 --- a/Program.cs +++ b/Program.cs @@ -101,7 +101,6 @@ public static void Application_ThreadException(object sender, { try { ReportException(e.Exception); - } catch { } finally { Application.Exit(); } @@ -114,7 +113,6 @@ public static void CurrentDomain_UnhandledException(object sender, Exception e = args.ExceptionObject as Exception; if (e != null) ReportException(e); - } catch { } finally { Environment.Exit(0); }