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