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