All:
Anyone know where/how the ‘stack trace’ can be generated when an error is detected?
Problem: when a specific error occurs, I have an email being sent to me - HOWEVER, I can’t find a way to get the stack trace to be included in this email.
HOW can I capture this stack trace and ship it off to my Global::error method?
anyone ever do this kind of thing before?