| RESTErrorHandler Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: CMS.WebServices
 Syntax
Syntaxpublic class RESTErrorHandler : Attribute, IServiceBehavior, IErrorHandler
The RESTErrorHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | RESTErrorHandler | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ServiceType | 
            Service type.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddBindingParameters | 
            Not needed, remains empty, does nothing.
             | 
|  | HandleError | 
            Error handler. Logs the exception to the EventLog
             | 
|  | ProvideFault | 
            Not needed. Does nothing.
             | 
|  | Validate | 
            Not needed, remains empty, does nothing.
             | 
 See Also
See Also