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

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

Parameters

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