Implemented interface member:
method
OnException
Microsoft.AspNetCore.Mvc.Filters.IExceptionFilter.OnException(Microsoft.AspNetCore.Mvc.Filters.ExceptionContext)
2 references to OnException
Microsoft.AspNetCore.Mvc.Core (2)
Filters\ExceptionFilterAttribute.cs (2)
8/// must override <see cref="OnException"/> or <see cref="OnExceptionAsync"/> but not both. 21OnException(context);