Click or drag to resize

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
)

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