[IronPython] Load an Ironpython dump

jon vs. python jonvspython at gmail.com
Fri Apr 30 17:42:16 CEST 2010


Thanks Dino, I've tried this...

            try:
                mst.reconnect()
            except Exception as inst:
                print type(inst)

But it didn't catch any exception.

On Fri, Apr 30, 2010 at 5:36 PM, Dino Viehland <dinov at microsoft.com> wrote:

>  You might changing the except to “except Exception:” to see if an
> exception other than SocketException is being thrown.
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20100430/6e3d16e3/attachment.html>


More information about the Ironpython-users mailing list