BolterLibrary.InterProcessCom.CurrentDomain_UnhandledException C# (CSharp) Метод

CurrentDomain_UnhandledException() статический приватный Метод

static private CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
Результат void
        static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            
        }
    }