Table of Contents

Class OverrideExceptionFiltersAttribute

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Represents the attributes associated with the exception filter.

[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class OverrideExceptionFiltersAttribute : FilterAttribute, IMvcFilter, IOverrideFilter
Inheritance
OverrideExceptionFiltersAttribute
Implements
Inherited Members

Constructors

OverrideExceptionFiltersAttribute()

Initializes a new instance of the OverrideExceptionFiltersAttribute class.

public OverrideExceptionFiltersAttribute()

Properties

FiltersToOverride

Gets the filters to override for this instance.

public Type FiltersToOverride { get; }

Property Value

Type

The filters to override for this instance.