Product Documentation

c-treeDB API for C++ - Developers Guide

Previous Topic

Next Topic

CTException::CTException

Syntax

CTException(NINT ErrorCode)

CTException(NINT ErrorCode, pTEXT ErrorMsg)

CTException(NINT ErrorCode, pTEXT SourceFile, NINT LineNbr)

CTException(NINT ErrorCode, pTEXT ErrorMsg, pTEXT SourceFile, NINT LineNbr)

Parameters

  • ErrorCode [out] The error code
  • ErrorMsg [out] The error message
  • SourceFile [out] The source file where the error occurred
  • LineNbr [out] The line number where error occurred

Description

This is the constructor for the CTException class.

See also

~CTException()

TOCIndex