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: 8.2.1.0 (8.2.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