Return the line number of the warning or error.
Synopsis
Declared in <balxml_errorinfo.h>
int
lineNumber() const;
Description
By convention, the first line is numbered 1. The constructors and reset functions set the line number to 0, since there is no error line to report.
Return Value
the line number of the warning or error
Created with MrDocs