UnsupportedGameException Class

RAGE Plugin Hook Documentation

[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

SystemObject
  SystemException
    Rage.ExceptionsUnsupportedGameException

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

[SerializableAttribute]
public sealed class UnsupportedGameException : Exception
Constructors

  NameDescription
Public methodUnsupportedGameException
Initializes a new instance of the UnsupportedGameException class
Public methodUnsupportedGameException(String)
Initializes a new instance of the UnsupportedGameException class
Public methodUnsupportedGameException(String, Exception)
Initializes a new instance of the UnsupportedGameException class
Top
See Also

Reference