C# Класс Selenol.Validation.Element.WrongElementException

Наследование: System.Exception
Показать файл Открыть проект

Открытые методы

Метод Описание
WrongElementException ( string message, IWebElement webElement ) : System

Initializes a new instance of the WrongElementException class.

WrongElementException ( string message, IWebElement webElement, Exception innerException ) : System

Initializes a new instance of the WrongElementException class.

Защищенные методы

Метод Описание
WrongElementException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WrongElementException class.

Описание методов

WrongElementException() защищенный Метод

Initializes a new instance of the WrongElementException class.
protected WrongElementException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
Результат System

WrongElementException() публичный Метод

Initializes a new instance of the WrongElementException class.
public WrongElementException ( string message, IWebElement webElement ) : System
message string The message.
webElement IWebElement The web element.
Результат System

WrongElementException() публичный Метод

Initializes a new instance of the WrongElementException class.
public WrongElementException ( string message, IWebElement webElement, Exception innerException ) : System
message string The message.
webElement IWebElement The web element.
innerException System.Exception The inner exception.
Результат System