DevToolsClientException Constructor |
Name | Description | |
---|---|---|
DevToolsClientException |
Initializes a new instance of the DevToolsClientException class with its message
string set to a default message.
| |
DevToolsClientException(String) |
Initializes a new instance of the DevToolsClientException class with a specified error message.
| |
DevToolsClientException(String, DevToolsDomainErrorResponse) |
Initializes a new instance of the DevToolsClientException class with a specified error message.
| |
DevToolsClientException(String, Exception) |
Initializes a new instance of the DevToolsClientException class with a specified error message
and an inner exception.
|