15 references to ExceptionResult
Microsoft.AspNetCore.Diagnostics (15)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (4)
123_metrics.RequestException(exceptionName, ExceptionResult.Aborted, handler: null); 143_metrics.RequestException(exceptionName, ExceptionResult.Skipped, handler: null); 171_metrics.RequestException(exceptionName, ExceptionResult.Unhandled, handler: null); 183_metrics.RequestException(exceptionName, ExceptionResult.Unhandled, handler: null);
DiagnosticsMetrics.cs (7)
30public void RequestException(string exceptionName, ExceptionResult result, string? handler) 39private void RequestExceptionCore(string exceptionName, ExceptionResult result, string? handler) 51private static string GetExceptionResult(ExceptionResult result) 55case ExceptionResult.Skipped: 57case ExceptionResult.Handled: 59case ExceptionResult.Unhandled: 61case ExceptionResult.Aborted:
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (4)
126_metrics.RequestException(exceptionName, ExceptionResult.Aborted, handler: null); 137_metrics.RequestException(exceptionName, ExceptionResult.Skipped, handler: null); 213_metrics.RequestException(exceptionName, ExceptionResult.Handled, handler); 235_metrics.RequestException(exceptionName, ExceptionResult.Unhandled, handler: null);