0 out of 1 rated this helpful - Rate this topic

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 IExceptionFilter : IFilter

The IExceptionFilter type exposes the following members.

  NameDescription
Public propertyAllowMultipleGets 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.)
Top
  NameDescription
Public methodExecuteExceptionFilterAsyncExecutes an asynchronous exception filter.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.