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