3 references to Unhandled
Microsoft.AspNetCore.Diagnostics (3)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (3)
171
var result = ExceptionHandledType.
Unhandled
;
182
if (result == ExceptionHandledType.
Unhandled
)
218
if (result != ExceptionHandledType.
Unhandled
|| _options.StatusCodeSelector != null || context.Response.StatusCode != StatusCodes.Status404NotFound || _options.AllowStatusCode404Response)