Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTException.GetLineNumber

Syntax

int GetLineNumber( )

Parameters

This method has no parameters.

Description

Returns the line number of the 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