Miner.Responder.Shared Assembly > Miner.Responder.Shared.Configuration Namespace > ProvidersHelper Class : InstantiateProviders<TProvider> Method |
'Declaration Public Shared Sub InstantiateProviders(Of TProvider As ProviderBase)( _ ByVal configProviders As ProviderSettingsCollection, _ ByVal providers As ProviderCollection _ )
'Usage Dim configProviders As ProviderSettingsCollection Dim providers As ProviderCollection ProvidersHelper.InstantiateProviders(Of TProvider)(configProviders, providers)
public static void InstantiateProviders<TProvider>( ProviderSettingsCollection configProviders, ProviderCollection providers ) where TProvider: ProviderBase
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if 'configProvider' or 'providers' is null. |
System.Configuration.Provider.ProviderException | Thrown if a provider in the collection is not of the type specified by 'TProvider'. |
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.