Initializes a new instance of the ErrorResponse class using the specified values.
Namespace: OpenQA.Selenium.RemoteAssembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax
public ErrorResponse( Dictionary<string, Object> responseValue )
Parameters
- responseValue
- Type:
System.Collections.Generic Dictionary
String,
Object
ADictionary TKey, TValue containing names and values of the properties of this ErrorResponse.
See Also