C# Class OpenQA.Selenium.Remote.ErrorResponse

Provides a way to store errors from a repsonse
Show file Open project: asynchrony/Selenium2 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ErrorResponse ( ) : System.Collections.Generic

Initializes a new instance of the ErrorResponse class.

ErrorResponse ( object>.Dictionary responseValue ) : System.Collections.Generic

Initializes a new instance of the ErrorResponse class using the specified values.

Method Details

ErrorResponse() public method

Initializes a new instance of the ErrorResponse class.
public ErrorResponse ( ) : System.Collections.Generic
return System.Collections.Generic

ErrorResponse() public method

Initializes a new instance of the ErrorResponse class using the specified values.
public ErrorResponse ( object>.Dictionary responseValue ) : System.Collections.Generic
responseValue object>.Dictionary A containing names and values of /// the properties of this .
return System.Collections.Generic