InvalidTypeIdException Class |
Exception thrown when a type id is specified for a type that does not exist.
Inheritance Hierarchy
Namespace:
VelocityGraph.Exceptions
Assembly:
VelocityGraph (in VelocityGraph.dll) Version: 11.1.0.0 (11.1)
Syntax [SerializableAttribute]
public class InvalidTypeIdException : Exception
<SerializableAttribute>
Public Class InvalidTypeIdException
Inherits Exception
[SerializableAttribute]
public ref class InvalidTypeIdException : public Exception
[<SerializableAttribute>]
type InvalidTypeIdException =
class
inherit Exception
end
See Also