Initialize a new instance of the
InvalidLicenseException class.
Namespace:
WebSupergoo.TaskGarden
Syntax
| C# |
|---|
public InvalidLicenseException( Exception inner ) |
| Visual Basic |
|---|
Public Sub New ( _ inner As Exception _ ) |
Parameters
- inner
- Type:
System
.
.
::
.
.
Exception
The exception that is the cause of the current exception, or a null reference if no inner exception is specified.