ExceptionRoutedEventArgs.ErrorException Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the underlying exception or native-level error reported by the event.
Assembly: System.Windows (in System.Windows.dll)
In Windows Phone, many of the possible asynchronous errors are coming from native code that handles the request or a subsystem such as image decoding. The value of ErrorException might surface the native error.. The errors and exceptions obtained as ErrorException are not intended for display to end users because they do not report localized strings that are specific to the executing client.