IExceptionFilter Interface
Defines the methods that are required for an exception filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Interface IExceptionFilter
public interface IExceptionFilter
public interface class IExceptionFilter
The IExceptionFilter type exposes the following members.
Methods
Name | Description | |
---|---|---|
OnException | Called when an exception occurs. |
Top