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