[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlException.-ctor

HtmlException Constructor

HtmlException()

Initializes a new instance of the HtmlException class.

Declaration
public HtmlException()
Public Sub New()

HtmlException(string)

Initializes a new instance of the HtmlException class.

Declaration
public HtmlException(string message)
Public Sub New(message As String)
Parameters
Type Name Description
string message

Message.

HtmlException(string, Exception)

Initializes a new instance of the HtmlException class.

Declaration
public HtmlException(string message, Exception innerException)
Public Sub New(message As String, innerException As Exception)
Parameters
Type Name Description
string message

Message.

Exception innerException

Inner exception.

HtmlException(SerializationInfo, StreamingContext)

Initializes a new instance of the HtmlException class.

Declaration
protected HtmlException(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

Info.

StreamingContext context

Context.