Click or drag to resize

DevToolsClientException Constructor (String, DevToolsDomainErrorResponse)

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

Namespace:  CefSharp.DevTools
Assembly:  CefSharp (in CefSharp.dll) Version: 103.0.120.0 (103.0.120.0)
Syntax
public DevToolsClientException(
	string message,
	DevToolsDomainErrorResponse errorResponse
)

Parameters

message
Type: SystemString
message
errorResponse
Type: CefSharp.DevToolsDevToolsDomainErrorResponse
error response
See Also