Function IniLikeReadException.lineNumber

Number of line in the file where the exception occured, starting from 1. 0 means that error is not bound to any existing line, but instead relate to file at whole (e.g. required group or key is missing). Don't confuse with line property of Throwable.

ulong lineNumber() pure nothrow @nogc @safe const;