ConfigurationBuilderCollection.Add(ProviderBase) Method

Definition

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

Parameters

builder
ProviderBase

The ConfigurationBuilder object to add to the collection.

Exceptions

builder is null.

The configuration provider in builder must implement the class ConfigurationBuilder.

Applies to