C# Class OpenQA.Selenium.Remote.StackTraceElement

Gives properties to get a stack trace
Datei anzeigen Open project: asynchrony/Selenium2

Private Properties

Property Type Description

Public Methods

Method Description
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.

Method Details

StackTraceElement() public method

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

StackTraceElement() public method

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 .
return System

ToString() public method

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