Class GameVersionNotSupportedException
Inheritance
GameVersionNotSupportedException
Namespace: GTA
Assembly: ScriptHookVDotNet3.dll
Syntax
[Serializable]
public sealed class GameVersionNotSupportedException : Exception, ISerializable, _Exception
Properties
|
Improve this Doc
View Source
MinimumSupportedGameVersion
Declaration
public GameVersion MinimumSupportedGameVersion { get; }
Property Value
Methods
|
Improve this Doc
View Source
GetObjectData(SerializationInfo, StreamingContext)
Declaration
[SecurityPermission(SecurityAction.Demand, SerializationFormatter = true)]
public override void GetObjectData(SerializationInfo info, StreamingContext context)
Parameters
Overrides
Implements