IExceptionFilter::OnException Method

Visual Studio 2010

Called when an exception occurs.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

void OnException(
	ExceptionContext^ filterContext
)

Parameters

filterContext
Type: System.Web.Mvc::ExceptionContext
The filter context.

Community Additions

ADD
Show: