ProviderCollection::Add Method (ProviderBase^)
.NET Framework (current version)
Adds a provider to the collection.
Assembly: System.Configuration (in System.Configuration.dll)
Parameters
- provider
-
Type:
System.Configuration.Provider::ProviderBase^
The provider to be added.
| Exception | Condition |
|---|---|
| NotSupportedException | The collection is read-only. |
| ArgumentNullException | provider is null. |
| ArgumentException |
The Add method first checks for any exceptions (as listed in the Exceptions section), and then calls the Hashtable::Add method. It passes in the object referenced by the provider parameter as well as the Name property of the provider to be used as the key in the Hashtable object.
.NET Framework
Available since 2.0
Available since 2.0
Show: