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)
        {
            
        }
    }