FilterInfo.ExceptionFilters Property

Gets all the exception filters in the application.

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

function get ExceptionFilters () : IList<IExceptionFilter>

Property Value

Type: System.Collections.Generic.IList(IExceptionFilter)
The exception filters.
Show: