Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / HtmlException Class / HtmlException Constructor / HtmlException Constructor(String,Exception)
Message.
Inner exception.

In This Topic
    HtmlException Constructor(String,Exception)
    In This Topic
    Initializes a new instance of the HtmlException class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As System.String, _
       ByVal innerException As System.Exception _
    )
    public HtmlException( 
       System.string message,
       System.Exception innerException
    )

    Parameters

    message
    Message.
    innerException
    Inner exception.
    See Also