Click or drag to resize
LicenseException Constructor
Creates a new instance of LicenseException

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public LicenseException(
	int errorCode,
	string message
)

Parameters

errorCode
Type: SystemInt32
message
Type: SystemString
The exception message
See Also