VersionHandlingException.throwCantConvert

Used in case of version mismatch between requested struct and incoming buffer

class VersionHandlingException
void
throwCantConvert
(
S
)
(,
istring file = __FILE__
,
int line = __LINE__
)

Parameters

input_version Version.Type

version found in input buffer

file istring

inferred

line int

inferred

Template Params

S

struct type that was attempted to be loaded

Meta