Click or drag to resize

RenderProcessTerminatedEventArgsExitCode Property

Gets the render process exit code.

Namespace:  DotNetBrowser.Browser.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public int ExitCode { get; }

Property Value

Type: Int32
The process exit code that indicates the reason of unexpected render process exit or crash.
See Also