Click or drag to resize

DomException Constructor

Initializes a new DomException instance.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public DomException(
	string message
)

Parameters

message
Type: SystemString
The message that describes the error.
See Also