HandleErrorAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个特性,该特性用于处理由操作方法引发的异常。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=true, Inherited=true)]
public class HandleErrorAttribute : System.Web.Mvc.FilterAttribute, System.Web.Mvc.IExceptionFilter
type HandleErrorAttribute = class
inherit FilterAttribute
interface IExceptionFilter
Public Class HandleErrorAttribute
Inherits FilterAttribute
Implements IExceptionFilter
- 继承
- 属性
- 实现
构造函数
HandleErrorAttribute() |
初始化 HandleErrorAttribute 类的新实例。 |
属性
AllowMultiple |
获取或设置一个值,该值指示是否可指定筛选器特性的多个实例。 (继承自 FilterAttribute) |
ExceptionType |
获取或设置异常的类型。 |
Master |
获取或设置用于显示异常信息的母版视图。 |
Order |
获取或者设置执行操作筛选器的顺序。 (继承自 FilterAttribute) |
TypeId |
获取此特性的唯一标识符。 |
View |
获取或设置用于显示异常信息的页视图。 |
方法
OnException(ExceptionContext) |
在发生异常时调用。 |