Click or drag to resize

TransactionErrorEventArgs Constructor

Initializes a new instance of the TransactionErrorEventArgs class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public TransactionErrorEventArgs(
	TransactionErrorInfo errorType,
	AbstractTransaction transaction,
	SIPMessage msg
)

Parameters

errorType  TransactionErrorInfo
 
transaction  AbstractTransaction
 
msg  SIPMessage
 
See Also