ControllerActionInvoker.InvokeExceptionFilters Method
Visual Studio 2010
Invokes the specified exception filters by using the specified exception and controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual ExceptionContext InvokeExceptionFilters( ControllerContext controllerContext, IList<IExceptionFilter> filters, Exception exception )
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.
Community Additions
ADD
Show: