ProtectedConfigurationProviderCollection.Add(ProviderBase) Method

Definition

Adds a ProtectedConfigurationProvider object to the collection.

public:
 override void Add(System::Configuration::Provider::ProviderBase ^ provider);
public override void Add (System.Configuration.Provider.ProviderBase provider);
override this.Add : System.Configuration.Provider.ProviderBase -> unit
Public Overrides Sub Add (provider As ProviderBase)

Parameters

provider
ProviderBase

A ProtectedConfigurationProvider object to add to the collection.

Exceptions

provider is null.

The ProtectedConfigurationProvider object to add already exists in the collection.

-or-

The collection is read-only.

Applies to

See also