RenderProcessTerminatedEventArgsExitCode Property  | 
 
                Gets the render process exit code.
            
 
    Namespace: 
   DotNetBrowser.Browser.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntaxpublic int ExitCode { get; }Property Value
Type: 
Int32The process exit code that indicates the reason of unexpected render process exit or crash.
See Also