| 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
)
Public Sub New (
request As String,
exception As Exception
)
Parameters
- request
- Type: SystemString
The request that has been sent. - exception
- Type: SystemException
The exception that has occurred.
See Also