NavigationFinishedEventArgsErrorCode Property  | 
 
                Gets the navigation error code.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.17.0
Syntaxpublic NetError ErrorCode { get; }Property Value
Type: 
NetError
                The navigation error code. In case the navigation has failed, contains the error code of the
                network error.
            
See Also