Click or drag to resize

FieldDoesNotExistException Class

Exception thrown when specifying a field name that does not exist in the given class/struct.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityDb.ExceptionsFieldDoesNotExistException

Namespace:  VelocityDb.Exceptions
Assembly:  VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class FieldDoesNotExistException : Exception
See Also