Click or drag to resize
StrandsException Class
Represents a general Strands exception.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.StrandsRecommenderStrandsException

Namespace: CMS.StrandsRecommender
Assembly: CMS.StrandsRecommender (in CMS.StrandsRecommender.dll) Version: 10.0.0
Syntax
C#
public class StrandsException : Exception

The StrandsException type exposes the following members.

Constructors
  NameDescription
Public methodStrandsException(String)
Initializes a new instance of the Strands exception.
Public methodStrandsException(String, Exception)
Initializes a new instance of the Strands exception.
Public methodStrandsException(String, String)
Initializes a new instance of the Strands exception.
Public methodStrandsException(String, String, Exception)
Initializes a new instance of the Strands exception.
Top
Properties
  NameDescription
Public propertyUIMessage
Message displayed in the UI to the user
Top
See Also