Click or drag to resize

DevToolsClientException(String, DevToolsDomainErrorResponse) Constructor

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

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

Parameters

message  String
message
errorResponse  DevToolsDomainErrorResponse
error response
See Also