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