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.3.199.0
Syntax
public TransactionErrorEventArgs(
	TransactionErrorInfo errorType,
	AbstractTransaction transaction,
	SIPMessage msg
)

Parameters

errorType
Type: Ozeki.VoIPTransactionErrorInfo
transaction
Type: Ozeki.VoIPAbstractTransaction
msg
Type: Ozeki.VoIPSIPMessage
See Also