[]
        
(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
Inheritance
object
System.Exception
HtmlException
Implements
System.Runtime.Serialization.ISerializable
Inherited Members
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Exception.GetType()
System.Exception.Message
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()

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 System.Runtime.Serialization.SerializationInfo

Info.

context System.Runtime.Serialization.StreamingContext

Context.

HtmlException(string, Exception)

Initializes a new instance of the HtmlException class.

public HtmlException(string message, Exception innerException)

Parameters

message string

Message.

innerException System.Exception

Inner exception.

HtmlException(string)

Initializes a new instance of the HtmlException class.

public HtmlException(string message)

Parameters

message string

Message.