Click or drag to resize

InvalidHeadVertexTypeException Class

Exception thrown when the type of the head vertex doesn't match the required head VertexType of an EdgeType.
Inheritance Hierarchy
SystemObject
  SystemException
    VelocityGraph.ExceptionsInvalidHeadVertexTypeException

Namespace:  VelocityGraph.Exceptions
Assembly:  VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax
[SerializableAttribute]
public class InvalidHeadVertexTypeException : Exception
See Also