Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations where holding up the UI thread for exception checking is not an option.
Public Delegate Sub ExceptionRoutedEventHandler ( _ sender As Object, _ e As ExceptionRoutedEventArgs _ )
public delegate void ExceptionRoutedEventHandler( Object sender, ExceptionRoutedEventArgs e )
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.