At.FF.Krems.FullscreenBrowser.Program.CurrentDomainOnUnhandledException C# (CSharp) Méthode

CurrentDomainOnUnhandledException() private méthode

private CurrentDomainOnUnhandledException ( object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs ) : void
sender object
unhandledExceptionEventArgs System.UnhandledExceptionEventArgs
Résultat void
        private static void CurrentDomainOnUnhandledException(object sender, UnhandledExceptionEventArgs unhandledExceptionEventArgs)
        {
            Logger.FatalFormat("Unhandled Exception occured:\n{0}", unhandledExceptionEventArgs.ExceptionObject);
        }