Click or drag to resize

InvalidTailVertexTypeException Class

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

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