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