C# Class Selenol.Validation.Element.WrongElementException

Inheritance: System.Exception
ファイルを表示 Open project: pbakshy/Selenol

Public Methods

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

Protected Methods

Method Description
WrongElementException ( SerializationInfo info, StreamingContext context ) : System

Initializes a new instance of the WrongElementException class.

Method Details

WrongElementException() protected method

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

WrongElementException() public method

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

WrongElementException() public method

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