Click or drag to resize

IgnitionFlashpointPaymentProcessorDownException Class

Represents an error that occurred during Flashpoint's processing of a request, specifically because of a payment processor outage
Inheritance Hierarchy
SystemObject
  SystemException
    Ignition.FrameworkIgnitionFlashpointOperationFailedException
      Ignition.FrameworkIgnitionFlashpointPaymentProcessorDownException

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
[SerializableAttribute]
public class IgnitionFlashpointPaymentProcessorDownException : IgnitionFlashpointOperationFailedException

The IgnitionFlashpointPaymentProcessorDownException type exposes the following members.

Constructors
 NameDescription
Public methodIgnitionFlashpointPaymentProcessorDownExceptionInitializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class
Public methodIgnitionFlashpointPaymentProcessorDownException(String)Initializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class
Public methodIgnitionFlashpointPaymentProcessorDownException(String, Exception)Initializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class
Top
See Also