Click or drag to resize

LicenseException Constructor

Creates a new instance of LicenseException

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

Parameters

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