Results 1 to 7 of 7

Thread: Error information [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    vbuggy krtxmrtz's Avatar
    Join Date
    May 2002
    Location
    In a probability cloud
    Posts
    5,573

    Error information [RESOLVED]

    When an error occurs in my app, one of the things the error handler does is append some information to a log file such as date, time, error number and description.
    I'd like to add to that the name of the procedure where the error took place. Is it possible to retrieve this information somehow, I mean without having to use a variable to tag each and every subroutine in the app?
    Next I'd like to get the list of all the calling procedure's names and -this sounds even more difficult- the number of the line were the error was triggered. Any ideas?
    Last edited by krtxmrtz; Sep 18th, 2003 at 12:29 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width