ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Util.Licensing Namespace / LicenseException Class / LicenseException Constructor
The message.

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

    Parameters

    message
    The message.
    See Also