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