dotConnect for SQLite Documentation
Devart.Common Namespace / LicenseException Class / LicenseException Constructor

In This Topic
    LicenseException Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal message As String _
    )
    public LicenseException( 
       string message
    )

    Parameters

    message
    See Also