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