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