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: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class FieldDoesNotExistException : Exception
See Also