MAIL PROTECTED] *On Behalf Of *Laurent
> Debacker
> *Sent:* Tuesday, June 19, 2007 11:45 AM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] .NET Exception to Python Exception conversion
>
> Hello,
>
> I'm catching exceptions raised in my winforms thread
ailto:[EMAIL PROTECTED] On Behalf Of Michael Foord
> Sent: Tuesday, June 19, 2007 3:45 PM
> To: Discussion of IronPython
> Subject: Re: [IronPython] .NET Exception to Python Exception conversion
>
> Dino Viehland wrote:
>
>> If the exception was raised in Python then yo
gt; [mailto:[EMAIL PROTECTED] *On Behalf Of *Laurent
> Debacker
> *Sent:* Tuesday, June 19, 2007 11:45 AM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] .NET Exception to Python Exception conversion
>
> Hello,
>
> I'm catching exceptions raised in my winforms thread usin
, 2007 11:45 AM
> *To:* users@lists.ironpython.com
> *Subject:* [IronPython] .NET Exception to Python Exception conversion
>
> Hello,
>
> I'm catching exceptions raised in my winforms thread using
>
> def exceptionHandler(sender, event):
&g
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Laurent Debacker
Sent: Tuesday, June 19, 2007 11:45 AM
To: users@lists.ironpython.com
Subject: [IronPython] .NET Exception to Python Exception conversion
Hello,
I'm catching exceptions raised in my winforms thread using
Hello,
I'm catching exceptions raised in my winforms thread using
def exceptionHandler(sender, event):
print event.Exception
Application.ThreadException +=
ThreadExceptionEventHandler(exceptionHandler)
Application.SetUnhandledExceptionMode(
Unhand