Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTException::GetLineNumber

Syntax

NINT GetLineNumber( ) const

Parameters

This method has no parameters.

Description

Returns the line number of the C++ source file that generated the error, or zero if no line number is available.

Return

GetLineNumber() returns the line where the last error happened.

See also

GetErrorCode(), GetErrorMsg(), GetSourceFile()

TOCIndex