[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlException

Class HtmlException

Namespace
GrapeCity.Documents.Html
Assembly
GcDocs.Html.dll

Identifies exceptions thrown by GcHtmlBrowser.

public class HtmlException : Exception, ISerializable, _Exception
Inheritance
HtmlException
Implements
Inherited Members

Constructors

HtmlException()

Initializes a new instance of the HtmlException class.

public HtmlException()

HtmlException(SerializationInfo, StreamingContext)

Initializes a new instance of the HtmlException class.

protected HtmlException(SerializationInfo info, StreamingContext context)

Parameters

info SerializationInfo

Info.

context StreamingContext

Context.

HtmlException(string)

Initializes a new instance of the HtmlException class.

public HtmlException(string message)

Parameters

message string

Message.

HtmlException(string, Exception)

Initializes a new instance of the HtmlException class.

public HtmlException(string message, Exception innerException)

Parameters

message string

Message.

innerException Exception

Inner exception.