InvalidLicenseException Constructor (String, Exception)

Initialize a new instance of the InvalidLicenseException class.

 

Namespace:  WebSupergoo.WordGlue4.Utilities
Assembly:  WordGlue4 (in WordGlue4.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public InvalidLicenseException(
        string message,
        Exception inner
)

Parameters

message
Type: SystemString
The message to be displayed.
inner
Type: SystemException
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
See Also