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.23.2
Syntax public NetError ErrorCode { get; }
Property Value
Type:
NetErrorThe network error code which is one from the
NetError enumeration.
See Also