WebViewNavigationFailedEventArgs.WebErrorStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the error that occurred when navigation failed.
public:
property WebErrorStatus WebErrorStatus { WebErrorStatus get(); };
WebErrorStatus WebErrorStatus();
public WebErrorStatus WebErrorStatus { get; }
var webErrorStatus = webViewNavigationFailedEventArgs.webErrorStatus;
Public ReadOnly Property WebErrorStatus As WebErrorStatus
Property Value
The navigation error.