Click or drag to resize
SearchIndexException Class
Exception thrown during smart search operations on indexes.
Inheritance Hierarchy

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 9.0.0
Syntax
C#
public class SearchIndexException : SearchException

The SearchIndexException type exposes the following members.

Constructors
Properties
  NameDescription
Protected propertyCustomMessage
Custom message.
(Inherited from CMSException.)
Public propertyMessage
Exception message
(Overrides CMSExceptionMessage.)
Public propertySearchIndexInfo
Search index info
Public propertyUIMessage
Message displayed in the UI to the user
(Inherited from CMSException.)
Top
Methods
  NameDescription
Public methodClone
Returns clone of the exception
(Inherited from GeneralCMSException.)
Top
See Also