I have a handler for the Navigated event of a WebView. Sometimes the navigation fails and the WebNavigatedEventArgs parameter of the handler has its property Result equals to WebNavigationResult.Failure.
Is there a way to get further information about the cause of the failure? Like a network access error, DNS error, a timeout, etc.?
Thank you