Set the lineNumber attribute of this object to the specified value.

Synopsis

Declared in <balst_stacktraceframe.h>

void
setLineNumber(int value);

Description

The behavior is undefined unless ‐1 <= value. Note that the value ‐1 indicates the lineNumber is "unknown".

Parameters

Name

Description

value

new line number

Created with MrDocs