C# Класс OpenQA.Selenium.Remote.ErrorResponse

Provides a way to store errors from a repsonse
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

Открытые методы

Метод Описание
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.

Описание методов

ErrorResponse() публичный Метод

Initializes a new instance of the ErrorResponse class.
public ErrorResponse ( ) : System.Collections.Generic
Результат System.Collections.Generic

ErrorResponse() публичный Метод

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 .
Результат System.Collections.Generic