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