Click or drag to resize

VoIPException Class

The exception is triggered in Ozeki VoIP SIP SDK
Inheritance Hierarchy
SystemObject
  SystemException
    SDKException
      Ozeki.CommonVoIPException

Namespace: Ozeki.Common
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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