FilterInfo::ExceptionFilters Property

Visual Studio 2010

Gets all the exception filters in the application.

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

public:
property IList<IExceptionFilter^>^ ExceptionFilters {
	IList<IExceptionFilter^>^ get ();
}

Property Value

Type: System.Collections.Generic::IList<IExceptionFilter>
The exception filters.

Community Additions

ADD
Show: