[]
Initializes a new instance of the HtmlException class.
public HtmlException()
Initializes a new instance of the HtmlException class.
public HtmlException(string message)
| Type | Name | Description |
|---|---|---|
| string | message | Message. |
Initializes a new instance of the HtmlException class.
public HtmlException(string message, Exception innerException)
| Type | Name | Description |
|---|---|---|
| string | message | Message. |
| Exception | innerException | Inner exception. |
Initializes a new instance of the HtmlException class.
protected HtmlException(SerializationInfo info, StreamingContext context)
| Type | Name | Description |
|---|---|---|
| SerializationInfo | info | Info. |
| StreamingContext | context | Context. |