Click or drag to resize

CommunicationOnErpCommunicationLostArgs Constructor

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public OnErpCommunicationLostArgs(
	string request,
	Exception exception
)

Parameters

request
Type: SystemString
The request that has been sent.
exception
Type: SystemException
The exception that has occurred.
See Also