NavigationResult.Error Property |
Gets the network error associated with the navigation.
Namespace:
DotNetBrowser.Navigation
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.11
Syntaxpublic Nullable<NetError> Error { get; }
Property Value
Type:
Nullable<NetError>The network error or
null if there was no network error during the navigation.
See Also