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: 8.2.1.0 (8.2.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