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