How to get Exception.StackTrace?

  • Thread starter Thread starter SammyBar
  • Start date Start date
S

SammyBar

Hi,

It looks like Exception.StackTrace is not available for CF. How can I obtain
similar information?
I need to catch all exceptions at the very top level of the app to get info
on the causes of unexpected errors so I'd like something alike StackTrace to
get feedback on errors.

Thanks in advance
Sammy
 
Your only option is to use CF v2.0. Search my blog for info on "global
exception handling" and StackTrace...

Cheers
Daniel
 
Back
Top