The exception that is thrown when attempting to process a payment that fails to process.

Namespace:  Asi.iBO
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
[SerializableAttribute]
public class PaymentProcessingException : Exception
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class PaymentProcessingException _
	Inherits Exception
Visual C++
[SerializableAttribute]
public ref class PaymentProcessingException : public Exception

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    Asi.iBO..::.PaymentProcessingException

See Also