InvalidHeadVertexTypeException Class |
Exception thrown when the type of the head vertex doesn't match the required head VertexType of an EdgeType.
Inheritance Hierarchy
Namespace:
VelocityGraph.Exceptions
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class InvalidHeadVertexTypeException : Exception
<SerializableAttribute>
Public Class InvalidHeadVertexTypeException
Inherits Exception
[SerializableAttribute]
public ref class InvalidHeadVertexTypeException : public Exception
[<SerializableAttribute>]
type InvalidHeadVertexTypeException =
class
inherit Exception
end
See Also