Click or drag to resize

EdgeTypeDoesNotExistException Class

Exception thrown when a edge type id is specified and the edge type does not exist.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityGraph.ExceptionsEdgeTypeDoesNotExistException

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