Click or drag to resize
RESTErrorHandlerHandleError Method
Error handler. Logs the exception to the EventLog

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 13.0.131
Syntax
C#
public bool HandleError(
	Exception error
)

Parameters

error
Type: SystemException
Exception

Return Value

Type: Boolean

Implements

IErrorHandlerHandleError(Exception)
See Also