Example #1
0
        private void LastChanceExceptionHandler(Exception ex)
        {
            IAddressFinderDiagnostics addressFinderDiagnostics = this.GetDiagnostics(new HttpContextWrapper(HttpContext.Current));

            if (addressFinderDiagnostics != null)
            {
                addressFinderDiagnostics.LogUnhandledException(ex);
            }
        }