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: 11.1.0.0 (11.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