Adds a PaymentGatewayProvider to the collection.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public override void Add( ProviderBase provider ) |
| Visual Basic |
|---|
Public Overrides Sub Add ( _ provider As ProviderBase _ ) |
| Visual C++ |
|---|
public: virtual void Add( ProviderBase^ provider ) override |
Parameters
- provider
- Type: System.Configuration.Provider..::..ProviderBase
A PaymentGatewayProvider to add.
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentNullException | Thrown if the provider is null. |
| System..::..ArgumentException | Thrown if the provider is not a PaymentGatewayProvider. |