| CommunicationOnAfterErpCommunicationArgs Constructor |
Namespace:
Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:
Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax public OnAfterErpCommunicationArgs(
string request,
string response,
string referenceName,
Exception exception
)
Public Sub New (
request As String,
response As String,
referenceName As String,
exception As Exception
)
Parameters
- request
- Type: SystemString
The request that has been sent. - response
- Type: SystemString
The response that has been received. - referenceName
- Type: SystemString
Name of the reference. - exception
- Type: SystemException
The exception that has occurred.
See Also