Constructor IndexNotFoundException
IndexNotFoundException()
Initializes a new instance of
IndexNotFoundException.
Declaration
public IndexNotFoundException()
IndexNotFoundException(String)
Initializes a new instance of IndexNotFoundException
with the message that describes the current exception.
Declaration
public IndexNotFoundException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
IndexNotFoundException(String, Exception)
Initializes a new instance of IndexNotFoundException
with the message that describes the current exception and an inner
exception.
Declaration
public IndexNotFoundException(string message, Exception inner)
Parameters
| Type | Name | Description |
|---|---|---|
| String | message | A message that describes the current exception. |
| Exception | inner | The inner exception. |