Click or drag to resize
StrandsException Constructor (String, String)
Initializes a new instance of the Strands exception.

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 8.2.23
Syntax
C#
public StrandsException(
	string message,
	string uiMessage
)

Parameters

message
Type: SystemString
The exception message.
uiMessage
Type: SystemString
The exception localized message.
See Also