Table of Contents

Interface IExceptionFilter

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Defines the methods that are required for an exception filter.

public interface IExceptionFilter

Methods

OnException(ExceptionContext)

Called when an exception occurs.

void OnException(ExceptionContext filterContext)

Parameters

filterContext ExceptionContext

The filter context.