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