Constructor CorruptIndexException
CorruptIndexException(String)
Constructor.
Declaration
public CorruptIndexException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message |
CorruptIndexException(String, Exception)
Constructor.
Declaration
public CorruptIndexException(string message, Exception ex)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | |
Exception | ex |
CorruptIndexException(SerializationInfo, StreamingContext)
Initializes a new instance of this class with serialized data.
Declaration
public CorruptIndexException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
SerializationInfo | info | The |
StreamingContext | context | The |