C# Class Headless.InvalidHtmlElementMatchException

Inheritance: System.Exception
显示文件 Open project: roryprimrose/Headless

Public Methods

Method Description
InvalidHtmlElementMatchException ( ) : System

Initializes a new instance of the InvalidHtmlElementMatchException class.

InvalidHtmlElementMatchException ( string message ) : System

Initializes a new instance of the InvalidHtmlElementMatchException class.

InvalidHtmlElementMatchException ( string message, Exception inner ) : System

Initializes a new instance of the InvalidHtmlElementMatchException class.

Protected Methods

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

Initializes a new instance of the InvalidHtmlElementMatchException class.

Method Details

InvalidHtmlElementMatchException() public method

Initializes a new instance of the InvalidHtmlElementMatchException class.
public InvalidHtmlElementMatchException ( ) : System
return System

InvalidHtmlElementMatchException() protected method

Initializes a new instance of the InvalidHtmlElementMatchException class.
protected InvalidHtmlElementMatchException ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo /// The that holds the serialized object /// data about the exception being thrown. ///
context System.Runtime.Serialization.StreamingContext /// The that contains contextual /// information about the source or destination. ///
return System

InvalidHtmlElementMatchException() public method

Initializes a new instance of the InvalidHtmlElementMatchException class.
public InvalidHtmlElementMatchException ( string message ) : System
message string /// The message that describes the error. ///
return System

InvalidHtmlElementMatchException() public method

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