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