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: 12.0.0
Syntax
C#
[SerializableAttribute]
public class SearchIndexException : SearchException

The SearchIndexException type exposes the following members.

Constructors
  NameDescription
Public methodSearchIndexException(String)
Initializes a new instance of the SearchIndexException class for given indexName.
Protected methodSearchIndexException(SerializationInfo, StreamingContext)
Initializes a new instance of the SearchIndexException class with serialized data.
Public methodSearchIndexException(String, String)
Initializes a new instance of the SearchIndexException class for given indexName with a specified error message.
Public methodSearchIndexException(String, String, Exception)
Initializes a new instance of the SearchIndexException class for given indexName with a specified error message and a reference to the inner exception that is the cause of this exception.
Top
Properties
  NameDescription
Public propertyMessage
Gets a message that describes the current exception.
(Overrides ExceptionMessage.)
Public propertySearchIndexName
Name of the SearchIndexInfo the exception is related to.
Top
Methods
See Also