Click or drag to resize
Error Class
Represents a SalesForce integration API error.
Inheritance Hierarchy
SystemObject
  CMS.SalesForceError

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public sealed class Error

The Error type exposes the following members.

Properties
  NameDescription
Public propertyAttributeNames
Gets a collection of attribute names that are related to this error.
Public propertyMessage
Gets the error message.
Public propertyStatusCode
Gets the error status code.
Top
See Also