Table of Contents

Class SetInvalidFieldNameException

Namespace
YndigoBlue.Velocity.Exceptions
Assembly
YndigoBlue.Velocity.dll

Thrown when attempting to set a value for a field that doesn't exist in a Record.

[Serializable]
public class SetInvalidFieldNameException : Exception, ISerializable
Inheritance
SetInvalidFieldNameException
Implements

Remarks

This exception occurs when using SetField methods with an invalid or non-existent field name. Common scenarios include typos in field names, attempting to set fields that weren't defined in the table schema, or using incorrect case sensitivity when referencing field names.

Constructors

SetInvalidFieldNameException()

Initializes a new instance of the SetInvalidFieldNameException class.

SetInvalidFieldNameException(string)

Initializes a new instance of the SetInvalidFieldNameException class with a specified error message.

Properties

FieldName

Gets or sets the invalid field name that was attempted to be set.