Click or drag to resize

EdgeTypeInUseException Class

Exception thrown when at least one edge exist for a edge type and attempting to remove the edge type.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityGraph.ExceptionsEdgeTypeInUseException

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