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.4.54.0
Syntax
public CallErrorEventArgs(
	CallError error,
	string reason
)

Parameters

error  CallError
 
reason  String
 
See Also