Click or drag to resize
ExceptionRoutedEventHandler Delegate
Represents the method that will handle certain events that report exceptions. These exceptions generally come from asynchronous operations.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public delegate void ExceptionRoutedEventHandler(
	Object sender,
	ExceptionRoutedEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Windows.UI.XamlExceptionRoutedEventArgs
See Also