Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the methods that are required for an exception filter.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Public Interface IExceptionFilter
public interface IExceptionFilter
public interface class IExceptionFilter
The IExceptionFilter type exposes the following members.
Name | Description | |
---|---|---|
![]() |
OnException | Called when an exception occurs. |
Top