TransactionErrorEventArgs Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public TransactionErrorEventArgs(
TransactionErrorInfo errorType,
AbstractTransaction transaction,
SIPMessage msg
)
Public Sub New (
errorType As TransactionErrorInfo,
transaction As AbstractTransaction,
msg As SIPMessage
)
public:
TransactionErrorEventArgs(
TransactionErrorInfo errorType,
AbstractTransaction^ transaction,
SIPMessage^ msg
)
new :
errorType : TransactionErrorInfo *
transaction : AbstractTransaction *
msg : SIPMessage -> TransactionErrorEventArgs
Parameters
- errorType
- Type: Ozeki.VoIPTransactionErrorInfo
- transaction
- Type: Ozeki.VoIPAbstractTransaction
- msg
- Type: Ozeki.VoIPSIPMessage
See Also