Click or drag to resize

EdgeDoesNotExistException Class

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

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