InvalidTailVertexTypeException Class |
Exception thrown when the type of the tail vertex doesn't match the required tail 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 InvalidTailVertexTypeException : Exception
<SerializableAttribute>
Public Class InvalidTailVertexTypeException
Inherits Exception
[SerializableAttribute]
public ref class InvalidTailVertexTypeException : public Exception
[<SerializableAttribute>]
type InvalidTailVertexTypeException =
class
inherit Exception
end
See Also