Click or drag to resize
RESTErrorHandler Class
Error handler for the REST requests.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    CMS.WebServicesRESTErrorHandler

Namespace: CMS.WebServices
Assembly: CMS.WebServices (in CMS.WebServices.dll) Version: 9.0.0
Syntax
C#
public class RESTErrorHandler : Attribute, 
	IServiceBehavior, IErrorHandler

The RESTErrorHandler type exposes the following members.

Constructors
  NameDescription
Public methodRESTErrorHandler
Top
Properties
  NameDescription
Protected propertyServiceType
Service type.
Top
Methods
  NameDescription
Public methodAddBindingParameters
Not needed, remains empty, does nothing.
Public methodHandleError
Error handler. Logs the exception to the EventLog
Public methodProvideFault
Not needed. Does nothing.
Public methodValidate
Not needed, remains empty, does nothing.
Top
See Also