C# Class Selenol.ElementNotFoundException

Inheritance: System.Exception
Show file Open project: pbakshy/Selenol

Public Methods

Method Description
ElementNotFoundException ( string message ) : System

Initializes a new instance of the ElementNotFoundException class.

ElementNotFoundException ( string message, Exception innerException ) : System

Initializes a new instance of the ElementNotFoundException class.

Protected Methods

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

Initializes a new instance of the ElementNotFoundException class.

Method Details

ElementNotFoundException() protected method

Initializes a new instance of the ElementNotFoundException class.
protected ElementNotFoundException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo The info.
context System.Runtime.Serialization.StreamingContext The context.
return System

ElementNotFoundException() public method

Initializes a new instance of the ElementNotFoundException class.
public ElementNotFoundException ( string message ) : System
message string The message.
return System

ElementNotFoundException() public method

Initializes a new instance of the ElementNotFoundException class.
public ElementNotFoundException ( string message, Exception innerException ) : System
message string The message.
innerException System.Exception The inner exception.
return System