The exception that is thrown when attempting to process a payment that fails to process.
Namespace: Asi.iBOAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
[SerializableAttribute] public class PaymentProcessingException : Exception |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PaymentProcessingException _ Inherits Exception |
| Visual C++ |
|---|
[SerializableAttribute] public ref class PaymentProcessingException : public Exception |