AbstractSyntaxNotation1ValueSizeException

An exception thrown when a value is too small or too large (in terms of bytes) to decode

Constructors

this
this(size_t min, size_t max, size_t actual, string whatYouAttemptedToDo, string file, size_t line)

Members

Variables

actual
size_t actual;
max
size_t max;
min
size_t min;

Meta