[]
Identifies exceptions thrown by GcHtmlBrowser.
public class HtmlException : Exception, ISerializable
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 System.Runtime.Serialization.SerializationInfoInfo.
context System.Runtime.Serialization.StreamingContextContext.
Initializes a new instance of the HtmlException class.
public HtmlException(string message, Exception innerException)
message stringMessage.
innerException System.ExceptionInner exception.
Initializes a new instance of the HtmlException class.
public HtmlException(string message)
message stringMessage.