Click or drag to resize

DevToolsClientException Constructor (String, Exception)

Version 94.4.20
Initializes a new instance of the DevToolsClientException class with a specified error message and an inner exception.

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
public DevToolsClientException(
	string message,
	Exception inner
)

Parameters

message
Type: SystemString
message
inner
Type: SystemException
inner exception
See Also