Click or drag to resize

VertexTypeDoesNotExistException Class

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

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