| SalesForceReplicationException Constructor | 
            Initializes a new instance of the replication exception.
            
 
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 13.0.131
 Syntax
Syntaxpublic 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
See Also