IgnitionFlashpointPaymentProcessorDownException Class

Represents an error that occured during Flashpoint's processing of a request, specifically because of a payment processor outage

Definition

Namespace: Ignition.Framework
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
[SerializableAttribute]
public class IgnitionFlashpointPaymentProcessorDownException : IgnitionFlashpointOperationFailedException
Inheritance
Object    Exception    IgnitionFlashpointOperationFailedException    IgnitionFlashpointPaymentProcessorDownException

Constructors

IgnitionFlashpointPaymentProcessorDownExceptionInitializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class
IgnitionFlashpointPaymentProcessorDownException(String)Initializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class
IgnitionFlashpointPaymentProcessorDownException(String, Exception)Initializes a new instance of the IgnitionFlashpointPaymentProcessorDownException class

See Also