ControllerActionInvoker.InvokeExceptionFilters Method

Invokes the specified exception filters by using the specified exception and controller context.

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

abstract InvokeExceptionFilters : 
        controllerContext:ControllerContext * 
        filters:IList<IExceptionFilter> * 
        exception:Exception -> ExceptionContext  
override InvokeExceptionFilters : 
        controllerContext:ControllerContext * 
        filters:IList<IExceptionFilter> * 
        exception:Exception -> ExceptionContext

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
filters
Type: System.Collections.Generic.IList(IExceptionFilter)
The exception filters.
exception
Type: System.Exception
The exception.

Return Value

Type: System.Web.Mvc.ExceptionContext
The context for the HandleErrorAttribute object.
Show: