The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IExceptionFilter::ExecuteExceptionFilterAsync Method (HttpActionExecutedContext^, CancellationToken)
Executes an asynchronous exception filter.
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.
Show: