IAsyncExceptionFilter.OnExceptionAsync(ExceptionContext) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called after an action has thrown an Exception.
public:
System::Threading::Tasks::Task ^ OnExceptionAsync(Microsoft::AspNetCore::Mvc::Filters::ExceptionContext ^ context);
public System.Threading.Tasks.Task OnExceptionAsync (Microsoft.AspNetCore.Mvc.Filters.ExceptionContext context);
abstract member OnExceptionAsync : Microsoft.AspNetCore.Mvc.Filters.ExceptionContext -> System.Threading.Tasks.Task
Public Function OnExceptionAsync (context As ExceptionContext) As Task
Parameters
- context
- ExceptionContext
The ExceptionContext.
Returns
A Task that on completion indicates the filter has executed.