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

Gives properties to get a stack trace
Показать файл Открыть проект

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