Click or drag to resize
CallErrorEventArgs Constructor
Initializes a new instance of the CallErrorEventArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public CallErrorEventArgs(
	CallError error,
	string reason
)

Parameters

error
Type: Ozeki.VoIPCallError
reason
Type: SystemString
See Also