Метод | Описание | |
---|---|---|
InvalidHtmlElementException ( ) : System |
Initializes a new instance of the InvalidHtmlElementException class.
|
|
InvalidHtmlElementException ( IXPathNavigable node, ReadOnlyCollection |
Initializes a new instance of the InvalidHtmlElementException class.
|
|
InvalidHtmlElementException ( string message ) : System |
Initializes a new instance of the InvalidHtmlElementException class.
|
|
InvalidHtmlElementException ( string message, |
Initializes a new instance of the InvalidHtmlElementException class.
|
Метод | Описание | |
---|---|---|
InvalidHtmlElementException ( |
Initializes a new instance of the InvalidHtmlElementException class.
|
Метод | Описание | |
---|---|---|
BuildSupportedTagsMessage ( IXPathNavigable node, IEnumerable |
Builds the supported tags message.
|
public InvalidHtmlElementException ( ) : System | ||
Результат | System |
public InvalidHtmlElementException ( IXPathNavigable node, ReadOnlyCollection |
||
node | IXPathNavigable | /// The node. /// |
supportedTags | ReadOnlyCollection |
/// The supported tags. /// |
Результат | System |
protected InvalidHtmlElementException ( |
||
info |
/// The |
|
context |
/// The |
|
Результат | System |
public InvalidHtmlElementException ( string message ) : System | ||
message | string | /// The message that describes the error. /// |
Результат | System |
public InvalidHtmlElementException ( string message, |
||
message | string | /// The message. /// |
inner | /// The inner. /// | |
Результат | System |