Click or drag to resize

LicenseException Constructor

Creates a new instance of LicenseException

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

Parameters

errorCode  Int32
 
message  String
The exception message
See Also