Class DnnHandleErrorAttribute
Inheritance
DnnHandleErrorAttribute
Assembly: DotNetNuke.Web.Mvc.dll
Syntax
public class DnnHandleErrorAttribute : HandleErrorAttribute
Constructors
DnnHandleErrorAttribute()
Declaration
public DnnHandleErrorAttribute()
Methods
LogException(Exception)
Declaration
protected virtual void LogException(Exception exception)
Parameters
OnException(ExceptionContext)
Declaration
public override void OnException(ExceptionContext filterContext)
Parameters
Type |
Name |
Description |
ExceptionContext |
filterContext |
|
Extension Methods