Logo FSBarV1_Archived

ProxyVersionMismatchException Type

Raised when the HighBar proxy does not advertise a callback id that FSBar requires (currently only CALLBACK_GAME_GET_STATE = 15 from spec 045). Pre-0.1.5 proxies reject callback 15 with "Unknown callback id" and the session terminates — no legacy fallback. RequiredVersion names the minimum HighBarV2 proxy version in the message ("0.1.5").

Constructors

Constructor Description

ProxyVersionMismatchException(message, requiredVersion, ?innerException)

Full Usage: ProxyVersionMismatchException(message, requiredVersion, ?innerException)

Parameters:
    message : string
    requiredVersion : string
    ?innerException : exn

Returns: ProxyVersionMismatchException
message : string
requiredVersion : string
?innerException : exn
Returns: ProxyVersionMismatchException

Instance members

Instance member Description

this.RequiredVersion

Full Usage: this.RequiredVersion

Returns: string
Returns: string

Type something to start searching.