Constructor TableNotFoundException
- Namespace
- YndigoBlue.Velocity.Exceptions
- Assembly
- YndigoBlue.Velocity.dll
TableNotFoundException()
Initializes a new instance of the TableNotFoundException class.
public TableNotFoundException()
TableNotFoundException(string)
Initializes a new instance of the TableNotFoundException class with a specified error message.
public TableNotFoundException(string message)
Parameters
messagestringThe message that describes the error.