| StrandsException Constructor (String, Exception) | 
            Initializes a new instance of the Strands exception.
            
 
Namespace: CMS.StrandsRecommenderAssembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 12.0.0
Syntaxpublic StrandsException(
	string message,
	Exception innerException
)
Parameters
- message
 - Type: SystemString
The exception message. - innerException
 - Type: SystemException
The inner exception. 
See Also