C# Class Selenol.Validation.Element.WrongElementException

Inheritance: System.Exception
Afficher le fichier Open project: pbakshy/Selenol

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
WrongElementException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WrongElementException class.

Method Details

WrongElementException() protected méthode

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

WrongElementException() public méthode

Initializes a new instance of the WrongElementException class.
public WrongElementException ( string message, IWebElement webElement ) : System
message string The message.
webElement IWebElement The web element.
Résultat System

WrongElementException() public méthode

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