FilterInfo.ExceptionFilters Property

Gets all the exception filters in the application.

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

'Declaration
Public ReadOnly Property ExceptionFilters As IList(Of IExceptionFilter)
	Get
'Usage
Dim instance As FilterInfo 
Dim value As IList(Of IExceptionFilter)

value = instance.ExceptionFilters

Property Value

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