Initializes a new instance of the Ipn class.
Constructor.
| C# | Visual Basic | Visual C++ |
public Ipn( PayPalEnvironment environment )
Public Sub New ( _ environment As PayPalEnvironment _ )
public: Ipn( PayPalEnvironment environment )
- environment (PayPalEnvironment)
- Live or Sandbox
| Exception | Condition |
|---|---|
| LicenseException |
A valid license is required to run this component. The license is defined in your application or web.config file. See documentation for details of the changes required to your .config file to define your license.
|
| ConfigurationSectionException |
There was a problem locating and loading the configuration settings for this product. Please ensure that you have modified you either you application.config or web.config file to add the product configuration settings section. See documentation section "Installation" for further details. |
