Click or drag to resize
Infosoft Logo

OrderReferenceSetupFault Class

A fault indicating that there's some problem with the generation of Infosoft order reference numbers.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.Economy.PaymentsOrderReferenceSetupFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Economy.Payments
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class OrderReferenceSetupFault
Remarks
There are three possible causes of this: 1. The sequence number object used to generate the order reference ("OrdR") was missing entirely. 2. The sequence number has overflowed ("NextValue" is equal to or greater than "EndNumber"). 3. The generated order reference was already in use.
See Also