[IronPython] sys.excepthook doesn't work in Silverlight?

Dan Eloff dan.eloff at gmail.com
Mon Apr 21 21:57:02 CEST 2008


Try raising an error in an event handler in Silverlight, it will not
go to sys.excepthook.

How else can I catch exceptions raised from event handlers? (without
adding try/except in each handler?)

I'd like to catch all exceptions raised by my Silverlight application
and display them in Silverlight.

Thanks,
-Dan



More information about the Ironpython-users mailing list