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