C# Class OpenQA.Selenium.Remote.ErrorResponse

Provides a way to store errors from a repsonse
Afficher le fichier Open project: asynchrony/Selenium2 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

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

ErrorResponse() public méthode

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 .
Résultat System.Collections.Generic