Click or drag to resize
SearchIndexException Class
Exception thrown during smart search operations on indexes.
Inheritance Hierarchy
SystemObject
  SystemException
    CMS.SearchSearchException
      CMS.SearchSearchIndexException

Namespace: CMS.Search
Assembly: CMS.Search (in CMS.Search.dll) Version: 13.0.131
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
  NameDescription
Public methodGetObjectData
Sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).)
Top
See Also