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

Gives properties to get a stack trace
파일 보기 프로젝트 열기: asynchrony/Selenium2

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
StackTraceElement ( ) : System

Initializes a new instance of the StackTraceElement class.

StackTraceElement ( object>.Dictionary elementAttributes ) : System

Initializes a new instance of the StackTraceElement class using the given property values.

ToString ( ) : string

Gets a string representation of the object.

메소드 상세

StackTraceElement() 공개 메소드

Initializes a new instance of the StackTraceElement class.
public StackTraceElement ( ) : System
리턴 System

StackTraceElement() 공개 메소드

Initializes a new instance of the StackTraceElement class using the given property values.
public StackTraceElement ( object>.Dictionary elementAttributes ) : System
elementAttributes object>.Dictionary A containing the names and values for the properties of this .
리턴 System

ToString() 공개 메소드

Gets a string representation of the object.
public ToString ( ) : string
리턴 string