IExceptionFilter::ExecuteExceptionFilterAsync Method

Executes an asynchronous exception filter.

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

Task^ ExecuteExceptionFilterAsync(
	HttpActionExecutedContext^ actionExecutedContext, 
	CancellationToken cancellationToken
)

Parameters

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

Return Value

Type: System.Threading.Tasks::Task
An asynchronous exception filter.
Show: