Click or drag to resize
SDKException Constructor
The exception is triggered in Ozeki VoIP SIP SDK

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public SDKException(
	int errorCode,
	string message,
	Exception innerException = null
)

Parameters

errorCode
Type: SystemInt32
message
Type: SystemString
The Exception message.
innerException (Optional)
Type: SystemException
The inner Exception.
See Also