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: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class VertexTypeInUseException : Exception
See Also