SalesForceException Constructor (String) |
Initializes a new instance of the SalesForce exception.
Namespace: CMS.SalesForceAssembly: CMS.SalesForce (in CMS.SalesForce.dll) Version: 12.0.0
Syntax public SalesForceException(
string message
)
Parameters
- message
- Type: SystemString
The exception message.
See Also