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