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