Table of Contents

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

message string

The message that describes the error.