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