Click or drag to resize
SearchIndexException Class
Exception thrown during smart search operations on indexes.
Inheritance Hierarchy
System.Object
  System.Exception
    CMS.Search.SearchException
      CMS.Search.SearchIndexException

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 Exception.Message.)
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 Exception.GetObjectData(SerializationInfo, StreamingContext).)
Top
See Also