Click or drag to resize

NavigationFinishedEventArgsErrorCode Property

Gets the navigation error code.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public NetError ErrorCode { get; }

Property Value

Type: NetError
The navigation error code. In case the navigation has failed, contains the error code of the network error.
See Also