ErrorResponse Constructor (Dictionary String, Object )WebDriver
Initializes a new instance of the ErrorResponse class using the specified values.

Namespace: OpenQA.Selenium.Remote
Assembly: WebDriver (in WebDriver.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public ErrorResponse(
	Dictionary<string, Object> responseValue
)

Parameters

responseValue
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineObject 
A OnlineDictionary TKey, TValue  containing names and values of the properties of this ErrorResponse.
See Also