[This is preliminary documentation and is subject to change.]
The exception that is thrown when a method that doesn't support the current game is called.
Inheritance Hierarchy
SystemException
Rage.ExceptionsUnsupportedGameException
Namespace: Rage.Exceptions
Assembly: RagePluginHook (in RagePluginHook.dll) Version: 0.0.0.0 (0.56.1131.11510)
Syntax
Constructors
Name | Description | |
---|---|---|
UnsupportedGameException | Initializes a new instance of the UnsupportedGameException class | |
UnsupportedGameException(String) | Initializes a new instance of the UnsupportedGameException class | |
UnsupportedGameException(String, Exception) | Initializes a new instance of the UnsupportedGameException class |
See Also