Click or drag to resize
HandleExceptionsAttribute Constructor (IEventLogService)
Creates new instance of HandleExceptionsAttribute

Namespace: CMS.WebApi
Assembly: CMS.WebApi (in CMS.WebApi.dll) Version: 9.0.0
Syntax
C#
public HandleExceptionsAttribute(
	IEventLogService eventLogService
)

Parameters

eventLogService
Type: CMS.CoreIEventLogService
Event log service used for logging handled exceptions
Exceptions
ExceptionCondition
ArgumentNullExceptioneventLogService is null
See Also