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

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

    Parameters

    message
    Message.
    See Also