1 implementation of TryHandleAsync
Microsoft.AspNetCore.Diagnostics.Tests (1)
ExceptionHandlerMiddlewareTest.cs (1)
474public ValueTask<bool> TryHandleAsync(HttpContext httpContext, Exception exception, CancellationToken cancellationToken)
1 reference to TryHandleAsync
Microsoft.AspNetCore.Diagnostics (1)
ExceptionHandler\ExceptionHandlerMiddlewareImpl.cs (1)
175handled = await exceptionHandler.TryHandleAsync(context, edi.SourceException, context.RequestAborted);