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
)
Public Sub New (
inner As Exception
)
new :
inner : Exception -> InvalidLicenseException
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