Implemented interface member:
method
OnExceptionAsync
Microsoft.AspNetCore.Mvc.Filters.IAsyncExceptionFilter.OnExceptionAsync(Microsoft.AspNetCore.Mvc.Filters.ExceptionContext)
1 reference to OnExceptionAsync
Microsoft.AspNetCore.Mvc.Core (1)
Filters\ExceptionFilterAttribute.cs (1)
8/// must override <see cref="OnException"/> or <see cref="OnExceptionAsync"/> but not both.