Click or drag to resize
StrandsException Class
Represents a general Strands exception.
Inheritance Hierarchy

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

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
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Message.
(Inherited from CMSException.)
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
See Also