Click or drag to resize

VertexTypeInUseException Class

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

Namespace:  VelocityGraph.Exceptions
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class VertexTypeInUseException : Exception
See Also