Click or drag to resize
ExceptionRoutedEventArgs Constructor (String)
Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs with the specified error message.

Namespace: Windows.UI.Xaml
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ExceptionRoutedEventArgs(
	string errorMessage
)

Parameters

errorMessage
Type: SystemString
The error message.
See Also