Kadr.Program.Application_ThreadException C# (CSharp) Méthode

Application_ThreadException() static private méthode

static private Application_ThreadException ( object sender, System e ) : void
sender object
e System
Résultat void
        static void Application_ThreadException(object sender, System.Threading.ThreadExceptionEventArgs e)
        {
            APG.CodeHelper.ExceptionHandler.ExceptionHandler.HandleApplicationException(sender, e.Exception);
        }