[]
        
(Showing Draft Content)

GrapeCity.Documents.Html.HtmlException.-ctor

HtmlException Constructor

HtmlException()

Initializes a new instance of the HtmlException class.

Declaration
public HtmlException()

HtmlException(string)

Initializes a new instance of the HtmlException class.

Declaration
public HtmlException(string message)
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)
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)
Parameters
Type Name Description
SerializationInfo info

Info.

StreamingContext context

Context.