Click or drag to resize

CallErrorEventArgs Constructor

Initializes a new instance of the CallErrorEventArgs class

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

Parameters

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