标签: asp.net-mvc asp.net-mvc-3 error-handling constructor filter
我正在使用标准设置,Error视图和HandleErrorAttribute注册global.asax。
Error
HandleErrorAttribute
global.asax
当从Action引发异常时,此方法正常,但如果在控制器构造函数中引发异常,则不会重定向到错误页面。我不知道为什么。是否有单独的模式来处理构造函数错误?
Action