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