Table of Contents

Class EngineInitializationException

Namespace
DotNetBrowser.Engine
Assembly
DotNetBrowser.dll

The base class for those exceptions that can be thrown during IEngine initialization.

public class EngineInitializationException : Exception, ISerializable
Inheritance
EngineInitializationException
Implements
Derived
Inherited Members

Constructors

EngineInitializationException(long)

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

EngineInitializationException(string)

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