- configProviders
A collection of settings to be passed to the provider upon initialization.
- providers
The collection used to contain the initialized providers after the method returns.
- providerType
The Type of the providers to be initialized.
This method calls the ProvidersHelper.InstantiateProvider(System.Configuration.ProviderSettings, Type) method, and any exceptions thrown by that method will bubble up through the ProvidersHelper.InstantiateProviders(System.Configuration.ProviderSettingsCollection, System.Configuration.Provider.ProviderCollection, Type) method.