'Declaration
Public Overloads Shared Function LoadEnvironmentSettings( _ ByVal initialValues As NameValueCollection, _ ByVal checkRequired As Boolean, _ ByVal forceLoad As Boolean _ ) As NameValueCollection
public static NameValueCollection LoadEnvironmentSettings( NameValueCollection initialValues, bool checkRequired, bool forceLoad )
Exception | Description |
---|---|
FCInvalidConfigurationException | One or more required configuration values was not found either in the provided initialValues collection or in the application configuration settings and checkRequired is set to true. |
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family