Click or drag to resize
SalesForceReplicationException Class
Represents a replication exception that aggregates multiple errors.
Inheritance Hierarchy

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

The SalesForceReplicationException type exposes the following members.

Constructors
  NameDescription
Public methodSalesForceReplicationException
Initializes a new instance of the replication exception.
Top
Properties
  NameDescription
Public propertyErrors
Gets an enumerable collection of replication errors.
Top
See Also