EdgeDoesNotExistException Class |
Exception thrown when a edge id is specified for an edge type and the edge 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 EdgeDoesNotExistException : Exception
<SerializableAttribute>
Public Class EdgeDoesNotExistException
Inherits Exception
[SerializableAttribute]
public ref class EdgeDoesNotExistException : public Exception
[<SerializableAttribute>]
type EdgeDoesNotExistException =
class
inherit Exception
end
See Also