Set the lineNumber attribute of this object to the specified value.
Declared in <balst_stacktraceframe.h>
void
setLineNumber(int value);
The behavior is undefined unless -1 <= value. Note that the value -1 indicates the lineNumber is "unknown".
| Name | Description |
|---|---|
| value | new line number |