BolterLibrary.InterProcessCom.CurrentDomain_UnhandledException C# (CSharp) Method

CurrentDomain_UnhandledException() static private method

static private CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void
        static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            
        }
    }