Candy.Client.App.CurrentDomain_UnhandledException C# (CSharp) Method

CurrentDomain_UnhandledException() private static method

private static CurrentDomain_UnhandledException ( object sender, UnhandledExceptionEventArgs e ) : void
sender object
e System.UnhandledExceptionEventArgs
return void
        private static void CurrentDomain_UnhandledException(object sender, UnhandledExceptionEventArgs e)
        {
            _logger.Error(e);
        }