At 11:12 AM -0500 1/1/07, John McKernon wrote:
I would *love* to include at least part of the call
stack, so I'm curious if there is an existing method that you use to report
the stack, or if it's a roll-your-own thing?

The RuntimeException object has a Stack() property. It's a string array listing all of the method names that were on the stack when the exception occured.

Use it as is from any exception handler, including the app.UnhandledException event.

Or Raise and then Catch your own exception to get a stack trace in your own error or assertion handler routines.

Happy Holidays,
Joe Huber
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>

Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>

Reply via email to