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