ExceptionFilterAttribute::IExceptionFilter::ExecuteExceptionFilterAsync Method

Asynchronously executes the exception filter.

Namespace:  System.Web.Http.Filters
Assembly:  System.Web.Http (in System.Web.Http.dll)

private:
virtual Task^ ExecuteExceptionFilterAsync(
	HttpActionExecutedContext^ actionExecutedContext, 
	CancellationToken cancellationToken
) sealed = IExceptionFilter::ExecuteExceptionFilterAsync

Parameters

actionExecutedContext
Type: System.Web.Http.Filters::HttpActionExecutedContext
The context for the action.
cancellationToken
Type: System.Threading::CancellationToken
The cancellation context.

Return Value

Type: System.Threading.Tasks::Task
The result of the execution.

Implements

IExceptionFilter::ExecuteExceptionFilterAsync(HttpActionExecutedContext, CancellationToken)
Show: