InvalidLicenseException Constructor (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(
        Exception inner
)

Parameters

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