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: 11.1.0.0 (11.1)
Syntax
[SerializableAttribute]
public class InvalidHeadVertexTypeException : Exception
See Also