Share via


WebViewControlNavigationCompletedEventArgs.WebErrorStatus Property

Definition

If the navigation was unsuccessful, gets a value that indicates the reason.

public:
 property WebErrorStatus WebErrorStatus { WebErrorStatus get(); };
WebErrorStatus WebErrorStatus();
public WebErrorStatus WebErrorStatus { get; }
var webErrorStatus = webViewControlNavigationCompletedEventArgs.webErrorStatus;
Public ReadOnly Property WebErrorStatus As WebErrorStatus

Property Value

A value that explains an unsuccessful navigation.

Applies to