[]
Initializes a new instance of the IndexingException class. This is the default constructor.
public IndexingException()
Initializes a new instance of the IndexingException class with the specified string.
public IndexingException(string message)
Type | Name | Description |
---|---|---|
string | message | The string to display when the exception is thrown. |
Initializes a new instance of the IndexingException class with the specified string and inner exception.
public IndexingException(string message, Exception inner)
Type | Name | Description |
---|---|---|
string | message | The string to display when the exception is thrown. |
Exception | inner | A reference to an inner exception. |
Initializes a new instance of the IndexingException class with the specified serialization information and context.
protected IndexingException(SerializationInfo info, StreamingContext context)
Type | Name | Description |
---|---|---|
SerializationInfo | info | The data necessary to serialize or deserialize an object. |
StreamingContext | context | Description of the source and destination of the specified serialized stream. |