Click or drag to resize

VertexAllreadyExistException Class

Exception thrown when a vertex id is specified for a vertex type and the vertex allready exist.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityGraph.ExceptionsVertexAllreadyExistException

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