Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTException.CTException

Syntax

CTException(int ErrorCode)

CTException(int ErrorCode, string ErrorMsg)

CTException(int ErrorCode, sbyte* SourceFile, int LineNbr)

CTException(int ErrorCode, sbyte* ErrorMsg, sbyte* SourceFile, int 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