Click or drag to resize
LicenseError Constructor (Int32, Int32)
Creates a new LicenseError object with a specified error and extended error

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
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