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