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