InvalidHandleableException Class

RAGE Plugin Hook Documentation

[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

SystemObject
  SystemException
    Rage.ExceptionsInvalidHandleableException

Namespace:  Rage.Exceptions
Assembly:  RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax

[SerializableAttribute]
public sealed class InvalidHandleableException : Exception
Constructors

  NameDescription
Public methodInvalidHandleableException
Initializes a new instance of the InvalidHandleableException class
Public methodInvalidHandleableException(String)
Initializes a new instance of the InvalidHandleableException class
Public methodInvalidHandleableException(IHandleable)
Initializes a new instance of the InvalidHandleableException class
Public methodInvalidHandleableException(String, Exception)
Initializes a new instance of the InvalidHandleableException class
Top
See Also

Reference