IExceptionFilter.OnException(ExceptionContext) Method

Definition

Called when an exception occurs.

public void OnException (System.Web.Mvc.ExceptionContext filterContext);
abstract member OnException : System.Web.Mvc.ExceptionContext -> unit
Public Sub OnException (filterContext As ExceptionContext)

Parameters

filterContext
ExceptionContext

The filter context.

Applies to