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