Re: [Ironpython-users] Unhandled .Net Exception

2011-10-25 Thread John Dickinson
@python.org] *On > Behalf Of *John Dickinson > *Sent:* Monday, October 24, 2011 9:52 AM > *To:* ironpython-users@python.org > *Subject:* [Ironpython-users] Unhandled .Net Exception > > ** ** > > Hello, I was looking at adding a handler for otherwise-uncaught .Net > exceptions, a

Re: [Ironpython-users] Unhandled .Net Exception

2011-10-24 Thread Dino Viehland
.microsoft@python.org] On Behalf Of John Dickinson Sent: Monday, October 24, 2011 9:52 AM To: ironpython-users@python.org Subject: [Ironpython-users] Unhandled .Net Exception Hello, I was looking at adding a handler for otherwise-uncaught .Net exceptions, and had found this p

[Ironpython-users] Unhandled .Net Exception

2011-10-24 Thread John Dickinson
Hello, I was looking at adding a handler for otherwise-uncaught .Net exceptions, and had found this page: http://www.ironpython.info/index.php/Handling_Unhandled_Exceptions useful. However, the code shown falls over where he's trying to get a nicely formatted python exception here: from IronPy