Documents for PDF .NET Edition
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Common Namespace / LicenseException Class / LicenseException Constructor
The message that describes the error.

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

    Parameters

    msg
    The message that describes the error.
    See Also