FieldDoesNotExistException Class |
Exception thrown when specifying a field name that does not exist in the given class/struct.
Inheritance Hierarchy
Namespace:
VelocityDb.Exceptions
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class FieldDoesNotExistException : Exception
<SerializableAttribute>
Public Class FieldDoesNotExistException
Inherits Exception
[SerializableAttribute]
public ref class FieldDoesNotExistException : public Exception
[<SerializableAttribute>]
type FieldDoesNotExistException =
class
inherit Exception
end
See Also