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
|
Full Usage:
ProxyVersionMismatchException(message, requiredVersion, ?innerException)
Parameters:
string
requiredVersion : string
?innerException : exn
Returns: ProxyVersionMismatchException
|
|
Instance members
| Instance member |
Description
|
Full Usage:
this.RequiredVersion
Returns: string
|
|
FSBarV1_Archived