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