Exemplo n.º 1
0
        static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            frmUnhandledException unhandled = new frmUnhandledException(version);

            try { unhandled.ShowDialog(); } catch { }
        }
Exemplo n.º 2
0
        static void Application_ThreadException(object sender, ThreadExceptionEventArgs e)
        {
            frmUnhandledException unhandled = new frmUnhandledException(version);

            try { unhandled.ShowDialog(); } catch { }
        }