FilterInfo.ExceptionFilters Property

Definition

Gets all the exception filters in the application.

public System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter> ExceptionFilters { get; }
member this.ExceptionFilters : System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter>
Public ReadOnly Property ExceptionFilters As IList(Of IExceptionFilter)

Property Value

The exception filters.

Applies to