exitCode property

int? exitCode
getter/setter pair

The exit code of the failing process, for telemetry purposes.

The exit code is always STILL_ACTIVE (259) when ProcessFailedKind.RENDER_PROCESS_UNRESPONSIVE.

Officially Supported Platforms/Implementations:

  • Windows WebView2

Implementation

int? exitCode;