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