Click or drag to resize

DevToolsClientException Constructor

Version 86.0.240
Overload List
  NameDescription
Public methodDevToolsClientException
Initializes a new instance of the DevToolsClientException class with its message string set to a default message.
Public methodDevToolsClientException(String)
Initializes a new instance of the DevToolsClientException class with a specified error message.
Public methodDevToolsClientException(String, DevToolsDomainErrorResponse)
Initializes a new instance of the DevToolsClientException class with a specified error message.
Public methodDevToolsClientException(String, Exception)
Initializes a new instance of the DevToolsClientException class with a specified error message and an inner exception.
Top
See Also