Click or drag to resize

FrameLoadFailedEventArgsErrorCode Property

Gets the network error code which is one from the NetError enumeration.

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

Property Value

Type: NetError
The network error code which is one from the NetError enumeration.
See Also