ExceptionRoutedEventArgs Constructor (String) |
Initializes a new instance of Windows.UI.Xaml.ExceptionRoutedEventArgs with the specified error message.
Namespace: Windows.UI.XamlAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public ExceptionRoutedEventArgs(
string errorMessage
)
Parameters
- errorMessage
- Type: SystemString
The error message.
See Also