4 references to Unhandled
Microsoft.AspNetCore.Diagnostics (4)
DeveloperExceptionPage\DeveloperExceptionPageMiddlewareImpl.cs (2)
171
_metrics.RequestException(exceptionName, ExceptionResult.
Unhandled
, handler: null);
183
_metrics.RequestException(exceptionName, ExceptionResult.
Unhandled
, handler: null);
DiagnosticsMetrics.cs (1)
59
case ExceptionResult.
Unhandled
:
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
235
_metrics.RequestException(exceptionName, ExceptionResult.
Unhandled
, handler: null);