Click or drag to resize
SalesForceException Constructor (String)
Initializes a new instance of the SalesForce exception.

Namespace: CMS.SalesForce
Assembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 9.0.0
Syntax
C#
public SalesForceException(
	string message
)

Parameters

message
Type: SystemString
The exception message.
See Also