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