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: 11.1.0.0 (11.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