The exception is triggered in Ozeki VoIP SIP SDK
Inheritance HierarchySystemObject
SystemException
SDKException
Ozeki.CommonVoIPException
Namespace:
Ozeki.Common
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic sealed class VoIPException : SDKException
Public NotInheritable Class VoIPException
Inherits SDKException
public ref class VoIPException sealed : public SDKException
[<SealedAttribute>]
type VoIPException =
class
inherit SDKException
end
The VoIPException type exposes the following members.
Constructors
| Name | Description |
---|
 | VoIPException |
The exception is triggered in Ozeki VoIP SIP SDK
|
Top
Properties
| Name | Description |
---|
 | ErrorCode | (Inherited from SDKException.) |
Top
Remarks
Any critical error inside the SDK makes this exception occur.
See Also