Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets all the exception filters in the application.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public ReadOnly Property ExceptionFilters As IList(Of IExceptionFilter)
Get
public IList<IExceptionFilter> ExceptionFilters { get; }
public:
property IList<IExceptionFilter^>^ ExceptionFilters {
IList<IExceptionFilter^>^ get ();
}
Property Value
Type: System.Collections.Generic.IList<IExceptionFilter>
The exception filters.