C# 클래스 Selenol.Validation.Element.WrongElementException

상속: System.Exception
파일 보기 프로젝트 열기: pbakshy/Selenol

공개 메소드들

메소드 설명
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