I know 2 ways:
1. Application_UnhandledException method in the silverlight project's App.xaml
2. Application_Error method in the web project's Global.asax
Is one of these used to catch the client side errors? Are there other ways to catch the unhanded exceptions?