Click or drag to resize
ErrorStatus Class
Represents an error status returned by operations performed by WebCRM API.
Inheritance Hierarchy
SystemObject
  dk.webCRM.ApiSync.BusinessLayer.EntitiesErrorStatus

Namespace: dk.webCRM.ApiSync.BusinessLayer.Entities
Assembly: dk.webCRM.ApiSync.BusinessLayer (in dk.webCRM.ApiSync.BusinessLayer.dll) Version: 2.0.0.5 (2.0.0.5)
Syntax
[SerializableAttribute]
public class ErrorStatus

The ErrorStatus type exposes the following members.

Constructors
  NameDescription
Public methodErrorStatus
Initializes a new instance of class.
Public methodErrorStatus(String, WebCrmErrorCode)
Initializes a new instance of class with a specified message and error code.
Top
Properties
  NameDescription
Public propertyCode
Gets or sets the error code describing error.
Public propertyMessage
Gets or sets the message that describes this instance.
Top
See Also