Click or drag to resize
HandleExceptionsAttributeOnException Method
Raises the exception event.

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 9.0.0
Syntax
C#
public override void OnException(
	HttpActionExecutedContext actionExecutedContext
)

Parameters

actionExecutedContext
Type: HttpActionExecutedContext
The context for the action.
See Also