WebViewNavigationFailedEventArgs.WebErrorStatus Property

Definition

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.

Applies to