C# Class OpenQA.Selenium.Remote.StackTraceElement

Gives properties to get a stack trace
Afficher le fichier Open project: asynchrony/Selenium2

Private Properties

Свойство Type Description

Méthodes publiques

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

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

StackTraceElement() public méthode

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

ToString() public méthode

Gets a string representation of the object.
public ToString ( ) : string
Résultat string