Click or drag to resize

NavigationResultError Property

Gets the network error associated with the navigation.

Namespace:  DotNetBrowser.Navigation
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public Nullable<NetError> Error { get; }

Property Value

Type: NullableNetError
The network error or null if there was no network error during the navigation.
See Also