Click or drag to resize
SalesForceReplicationException Constructor
Initializes a new instance of the replication exception.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public SalesForceReplicationException(
	string message,
	IEnumerable<string> errors
)

Parameters

message
Type: SystemString
The exception message.
errors
Type: System.Collections.GenericIEnumerableString
The enumerable collection of replication errors.
See Also