| Overload | Description |
|---|---|
| IndexingException Constructor() | Initializes a new instance of the IndexingException class. This is the default constructor. |
| IndexingException Constructor(String) | Initializes a new instance of the IndexingException class with the specified string. |
| IndexingException Constructor(String,Exception) | Initializes a new instance of the IndexingException class with the specified string and inner exception. |
| IndexingException Constructor(SerializationInfo,StreamingContext) | Initializes a new instance of the IndexingException class with the specified serialization information and context. |