4 references to ExceptionHandled
Microsoft.AspNetCore.Mvc.Abstractions (2)
Filters\ResourceExecutedContext.cs (2)
42/// Setting <see cref="ExceptionHandled"/> to <c>true</c> will also mark the exception as handled. 75/// Setting <see cref="ExceptionHandled"/> to <c>true</c> will also mark the exception as handled.
Microsoft.AspNetCore.Mvc.Core (2)
Filters\MiddlewareFilterBuilder.cs (1)
69if (resourceExecutedContext.ExceptionHandled)
Infrastructure\ResourceInvoker.cs (1)
1453if (context.ExceptionHandled)