MissionPlanner.Program.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)
        {
            handleException((Exception) e.ExceptionObject);
        }