3 references to Unhandled
Microsoft.AspNetCore.Diagnostics (3)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (3)
178
var result = ExceptionHandledType.
Unhandled
;
189
if (result == ExceptionHandledType.
Unhandled
)
225
if (result != ExceptionHandledType.
Unhandled
|| _options.StatusCodeSelector is not null || is404FromBadHttpRequestException || context.Response.StatusCode != StatusCodes.Status404NotFound || _options.AllowStatusCode404Response)