[]
Identifies exceptions thrown by GcHtmlBrowser.
public class HtmlException : Exception, ISerializable, _Exception
Initializes a new instance of the HtmlException class.
public HtmlException()
Initializes a new instance of the HtmlException class.
protected HtmlException(SerializationInfo info, StreamingContext context)
info SerializationInfoInfo.
context StreamingContextContext.
Initializes a new instance of the HtmlException class.
public HtmlException(string message)
message stringMessage.
Initializes a new instance of the HtmlException class.
public HtmlException(string message, Exception innerException)