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