Click or drag to resize

DevToolsClientException Constructor (String)

Version 86.0.240
Initializes a new instance of the DevToolsClientException class with a specified error message.

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public DevToolsClientException(
	string message
)

Parameters

message
Type: SystemString
message
See Also