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)
Syntax
'Declaration
Public Interface IExceptionFilter _
Inherits IFilter
'Usage
Dim instance As IExceptionFilter
public interface IExceptionFilter : IFilter
public interface class IExceptionFilter : IFilter
type IExceptionFilter =
interface
interface IFilter
end
public interface IExceptionFilter extends IFilter
The IExceptionFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
AllowMultiple | 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.) |
Top
Methods
Name | Description | |
---|---|---|
ExecuteExceptionFilterAsync | Executes an asynchronous exception filter. |
Top