ref: Callstack object properties



 PLEASE NOTE: SimplyVBA and SimplyVB6 have been superseded by vbWatchdog.
This page exists for archival purposes only.  
Upgrade licences of vbWatchdog are available at a discounted rate.

On this page you'll find:

Technical Overview

The ErrEx.CallStack method returns an object which implements the interface ICallStack.  The ICallStack interface is defined as follows: 

PROPERTIES Read/Write Type
 ProcedureName read-only String
 ModuleName read-only String
 ProjectName read-only String
 LineNumber read-only Long
 LineCode read-only String
 CurrentBookmark    (v1.2+) read-only Variant
 HasActiveErrorHandler    (v1.3+) read-only Boolean
   
METHODS Return Value
 FirstLevel  
 NextLevel   Boolean
 (VBA only)VariablesInspector   implementation of IErrExVariables