Click or drag to resize

EngineInitializationException Constructor (Int64)

Initializes a new instance of the EngineInitializationException with the specified Chromium exitCode.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public EngineInitializationException(
	long exitCode
)

Parameters

exitCode
Type: SystemInt64
The Chromium exit code.
See Also