Click or drag to resize

EngineInitializationException Constructor

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

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public EngineInitializationException(
	string message
)

Parameters

message
Type: SystemString
The detail message.
See Also