VertexTypeInUseException Class |
Exception thrown when at least one vertex exist for a vertex type and attempting to remove the vertex type.
Inheritance Hierarchy
Namespace:
VelocityGraph.Exceptions
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 8.2.1.0 (8.2.1)
Syntax[SerializableAttribute]
public class VertexTypeInUseException : Exception
<SerializableAttribute>
Public Class VertexTypeInUseException
Inherits Exception
[SerializableAttribute]
public ref class VertexTypeInUseException : public Exception
[<SerializableAttribute>]
type VertexTypeInUseException =
class
inherit Exception
end
See Also