summaryT:DotNetNuke.Web.Mvc.Framework.ActionFilters.DnnHandleErrorAttribute

Namespace: DotNetNuke.Web.Mvc.Framework.ActionFilters
Assembly: DotNetNuke.Web.Mvc (in DotNetNuke.Web.Mvc.dll)

Syntax

C#
public class DnnHandleErrorAttribute : HandleErrorAttribute
Visual Basic
Public Class DnnHandleErrorAttribute
	Inherits HandleErrorAttribute

Inheritance Hierarchy

System..::..Object
  System..::..Attribute
    FilterAttribute
      HandleErrorAttribute
        DotNetNuke.Web.Mvc.Framework.ActionFilters..::..DnnHandleErrorAttribute

See Also