Click or drag to resize

VertexDoesNotExistException Class

Exception thrown when a vertex id is specified for a vertex type and the vertex does not exist.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityGraph.ExceptionsVertexDoesNotExistException

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