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