DevToolsClientException(String, Exception) Constructor |
Version 130.1.90
Initializes a new instance of the
DevToolsClientException class with a specified error message
and an inner exception.
Namespace: CefSharp.DevToolsAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public DevToolsClientException(
string message,
Exception inner
)
public:
DevToolsClientException(
String^ message,
Exception^ inner
)
Parameters
- message String
- message
- inner Exception
- inner exception
See Also