[IronPython] Exception.StackTrace gone?

Jonathan Jacobs korpse-ironpython at kaydash.za.net
Thu Feb 9 13:22:12 CET 2006


Jonathan Jacobs wrote:
> You could either use sys.exc_value or .clsException.StackTrace on 
> Exception objects. I don't know if the latter is a reliable source.

Or you could use traceback.py from the Python standard library.
-- 
Jonathan




More information about the Ironpython-users mailing list