Click or drag to resize

VoIPException Constructor

Initializes a new instance of the VoIPException class

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

Parameters

errorCode  Int32
 
message  String
 
innerException  Exception  (Optional)
 
See Also