Click or drag to resize
Error Class
Represents an error.
Inheritance Hierarchy
SystemObject
  CMS.DataComError

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
[SerializableAttribute]
public class Error

The Error type exposes the following members.

Constructors
  NameDescription
Public methodError
Top
Properties
  NameDescription
Public propertyErrorCode
Gets or sets the error code.
Public propertyErrorMessage
Gets or sets the error message.
Public propertyHttpStatusCode
Gets or sets the HTTP status code.
Top
See Also