Click or drag to resize

DevToolsClientException Constructor

Version 130.1.90
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.
Protected methodDevToolsClientException(SerializationInfo, StreamingContext)Initializes a new instance of the Exception class with serialized data.
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