Click or drag to resize
LicenseError Constructor (Int32, Int32, Exception)
Creates a new LicenseError object with a given error number, extended error number, and exception

Namespace: com.softwarekey.Client.Licensing
Assembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax
public LicenseError(
	int e,
	int ee,
	Exception ex
)

Parameters

e
Type: SystemInt32
The error number/code.
ee
Type: SystemInt32
The extended error number/code, which originated from a source other than PLUSManaged.
ex
Type: SystemException
The Exception associated with the error.
See Also