SearchIndexException Class |
Namespace: CMS.Search
[SerializableAttribute] public class SearchIndexException : SearchException
The SearchIndexException type exposes the following members.
Name | Description | |
---|---|---|
SearchIndexException(String) |
Initializes a new instance of the SearchIndexException class for given indexName.
| |
SearchIndexException(SerializationInfo, StreamingContext) |
Initializes a new instance of the SearchIndexException class with serialized data.
| |
SearchIndexException(String, String) |
Initializes a new instance of the SearchIndexException class for given indexName with a specified error message.
| |
SearchIndexException(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.
|
Name | Description | |
---|---|---|
Message |
Gets a message that describes the current exception.
(Overrides ExceptionMessage.) | |
SearchIndexName |
Name of the SearchIndexInfo the exception is related to.
|
Name | Description | |
---|---|---|
GetObjectData |
Sets the SerializationInfo with information about the exception.
(Overrides ExceptionGetObjectData(SerializationInfo, StreamingContext).) |