Share via


Controller.OnException(ExceptionContext) Method

Definition

Called when an unhandled exception occurs in the action.

protected virtual void OnException(System.Web.Mvc.ExceptionContext filterContext);

Parameters

filterContext
ExceptionContext

Information about the current request and action.

Implements

Applies to