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.3.199.0
Syntax
public VoIPException(
	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