Click or drag to resize
VoIPException Class
The exception is triggered in Ozeki VoIP SIP SDK
Inheritance Hierarchy

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public sealed class VoIPException : SDKException

The VoIPException type exposes the following members.

Constructors
  NameDescription
Public methodVoIPException
The exception is triggered in Ozeki VoIP SIP SDK
Top
Properties
  NameDescription
Public propertyErrorCode (Inherited from SDKException.)
Top
Remarks
Any critical error inside the SDK makes this exception occur.
See Also