Table of Contents

Constructor EngineInitializationException

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

EngineInitializationException(string)

Initializes a new instance of the EngineInitializationException with the specified message.

public EngineInitializationException(string message)

Parameters

message string

The detail message.

EngineInitializationException(long)

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

public EngineInitializationException(long exitCode)

Parameters

exitCode long

The Chromium exit code.