Click or drag to resize

CommunicationOnAfterErpExceptionArgs Class

Arguments class for the OnAfterErpException subscriber.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Extensibility.NotificationsNotificationArgs
    Dynamicweb.Ecommerce.LiveIntegration.NotificationsCommunicationOnAfterErpExceptionArgs

Namespace:  Dynamicweb.Ecommerce.LiveIntegration.Notifications
Assembly:  Dynamicweb.Ecommerce.LiveIntegration (in Dynamicweb.Ecommerce.LiveIntegration.dll) Version: 3.0.1
Syntax
public class OnAfterErpExceptionArgs : NotificationArgs

The CommunicationOnAfterErpExceptionArgs type exposes the following members.

Constructors
  NameDescription
Public methodCommunicationOnAfterErpExceptionArgs
Initializes a new instance of the CommunicationOnAfterErpExceptionArgs class.
Top
Properties
  NameDescription
Public propertyException
Gets the exception that has occurred.
Public propertyReferenceName
Gets the name of the reference.
Public propertyRequest
Gets the request that has been sent to the ERP.
Public propertyResponse
Gets the response that has been received.
Top
See Also