[This is preliminary documentation and is subject to change.]
The exception that is thrown when an invalid handleable (Ped, Vehicle, Object, etc.) is passed to a method that expects a valid handleable.
Inheritance Hierarchy
SystemException
Rage.ExceptionsInvalidHandleableException
Namespace: Rage.Exceptions
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Constructors
Name | Description | |
---|---|---|
InvalidHandleableException | Initializes a new instance of the InvalidHandleableException class | |
InvalidHandleableException(String) | Initializes a new instance of the InvalidHandleableException class | |
InvalidHandleableException(IHandleable) | Initializes a new instance of the InvalidHandleableException class | |
InvalidHandleableException(String, Exception) | Initializes a new instance of the InvalidHandleableException class |
See Also