MissionPlanner.Program.Application_ThreadException C# (CSharp) Method

Application_ThreadException() static private method

static private Application_ThreadException ( object sender, System e ) : void
sender object
e System
return void
        static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
        {
            Exception ex = e.Exception;

            handleException(ex);
        }
    }