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

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

Parameters

e
Type: SystemInt32
The error number/code.
ex
Type: SystemException
The Exception associated with the error.
See Also