VertexDoesNotExistException Class |
Exception thrown when a vertex id is specified for a vertex type and the vertex does not exist.
Inheritance Hierarchy
Namespace:
VelocityGraph.Exceptions
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class VertexDoesNotExistException : Exception
<SerializableAttribute>
Public Class VertexDoesNotExistException
Inherits Exception
[SerializableAttribute]
public ref class VertexDoesNotExistException : public Exception
[<SerializableAttribute>]
type VertexDoesNotExistException =
class
inherit Exception
end
See Also