sbin ~master (2021-09-16T14:18:39Z)
Dub
Repo
SBinDeserializeEmptyRangeException
sbin
exception
class
SBinDeserializeEmptyRangeException :
SBinDeserializeException
{
string
mainType
;
string
fieldName
;
string
fieldType
;
size_t
readed
;
size_t
expected
;
size_t
fullReaded
;
this
(string mainType, string fieldName, string fieldType, size_t readed, size_t expected, size_t fullReaded, string file, size_t line);
}
Constructors
this
this
(string mainType, string fieldName, string fieldType, size_t readed, size_t expected, size_t fullReaded, string file, size_t line)
expected
size_t
expected
;
fieldName
string
fieldName
;
fieldType
string
fieldType
;
fullReaded
size_t
fullReaded
;
Members
Variables
mainType
string
mainType
;
readed
size_t
readed
;
Meta
Source
See Implementation
sbin
exception
classes
SBinDeserializeEmptyRangeException
SBinDeserializeException
SBinException