| DevToolsClientException Constructor (String, Exception) | 
Version 118.6.80 
            Initializes a new instance of the 
DevToolsClientException class with a specified error message
            and an inner exception.
            
 
    Namespace: 
   CefSharp.DevTools
    Assembly:
   CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
 Syntax
Syntaxpublic DevToolsClientException(
	string message,
	Exception inner
)
public:
DevToolsClientException(
	String^ message, 
	Exception^ inner
)
Parameters
- message
- Type: SystemString
 message
- inner
- Type: SystemException
 inner exception
 See Also
See Also