Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTException.GetSourceFile

Syntax

String GetSourceFile( )

Parameters

This method has no parameters.

Description

Returns the String object with the source file (including path) that generated the last error. If the source file is not available, GetSourceFile() returns an empty string.

Return

GetSourceFile() returns the source file where the last error happened.

See Also

GetErrorCode(), GetErrorMsg(), GetLineNbr()

TOCIndex