LicenseError Constructor (Int32, Int32) |
Creates a new
LicenseError object with a specified error and extended error
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public LicenseError(
int e,
int ee
)
Public Sub New (
e As Integer,
ee As Integer
)
public:
LicenseError(
int e,
int ee
)
Parameters
- e
- Type: SystemInt32
The error number/code. - ee
- Type: SystemInt32
The extended error number/code, which originated from a source other than PLUSManaged.
See Also