C# 클래스 OpenQA.Selenium.Remote.ErrorResponse

Provides a way to store errors from a repsonse
파일 보기 프로젝트 열기: asynchrony/Selenium2 1 사용 예제들

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