InvalidHandleableException Constructor (String, Exception)

RAGE Plugin Hook Documentation

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the InvalidHandleableException class

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

public InvalidHandleableException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString

[Missing <param name="message"/> documentation for "M:Rage.Exceptions.InvalidHandleableException.#ctor(System.String,System.Exception)"]

inner
Type: SystemException

[Missing <param name="inner"/> documentation for "M:Rage.Exceptions.InvalidHandleableException.#ctor(System.String,System.Exception)"]

See Also

Reference