Information
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 Interface

 

Defines the methods that are required for an exception filter.

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

public interface class IExceptionFilter : IFilter

NameDescription
System_CAPS_pubpropertyAllowMultiple

Gets or sets a value indicating whether more than one instance of the indicated attribute can be specified for a single program element.(Inherited from IFilter.)

NameDescription
System_CAPS_pubmethodExecuteExceptionFilterAsync(HttpActionExecutedContext^, CancellationToken)

Executes an asynchronous exception filter.

Return to top
Show: