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