Click or drag to resize
SearchIndexException Constructor
Overload List
  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
See Also