Show / Hide Table of Contents

Class DnnExceptionFilterAttribute

Inheritance
object
DnnExceptionFilterAttribute
Namespace: DotNetNuke.Web.Api
Assembly: DotNetNuke.Web.dll
Syntax
public class DnnExceptionFilterAttribute : ExceptionFilterAttribute

Constructors

DnnExceptionFilterAttribute()

Declaration
public DnnExceptionFilterAttribute()

Properties

LocalResourceFile

Declaration
public string LocalResourceFile { get; set; }
Property Value
Type Description
string

MessageKey

Declaration
public string MessageKey { get; set; }
Property Value
Type Description
string

Methods

OnException(HttpActionExecutedContext)

Declaration
public override void OnException(HttpActionExecutedContext actionExecutedContext)
Parameters
Type Name Description
HttpActionExecutedContext actionExecutedContext

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS