LicenseError Constructor (Int32, Exception) |
Creates a new LicenseError object with a given error number and exception
Namespace: com.softwarekey.Client.LicensingAssembly: PLUSManaged (in PLUSManaged.dll) Version: 5.23.4.0
Syntax public LicenseError(
int e,
Exception ex
)
Public Sub New (
e As Integer,
ex As Exception
)
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