Click or drag to resize

VoIPException Constructor

The exception is triggered in Ozeki VoIP SIP SDK

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

Parameters

errorCode  Int32
 
message  String
The Exception message.
innerException  Exception  (Optional)
The inner Exception.
See Also