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