At.FF.Krems.FullscreenBrowser.Program.CurrentDomainOnUnhandledException C# (CSharp) Method

CurrentDomainOnUnhandledException() private method

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