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 <di...@microsoft.com> wrote:

>  You might changing the except to “except Exception:” to see if an
> exception other than SocketException is being thrown.
>
>
>
_______________________________________________
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com

Reply via email to