1 implementation of OnExceptionAsync
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ExceptionFilterAttribute.cs (1)
17
public virtual Task
OnExceptionAsync
(ExceptionContext context)
1 reference to OnExceptionAsync
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ResourceInvoker.cs (1)
685
var task = filter.
OnExceptionAsync
(exceptionContext);