 | ConfigManager Constructor |
Note: This API is now obsolete.
Create this instance using the paths defined in the registry for the database and drivers. Only works when Koala is installed on the machine.
DEPRECATED. Use
ConfigManager(String, String)
Namespace:
LynceeTec.Eucalyptus
Assembly:
LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 9.2.6612.0 , built 2022-07-14 10:43:30 UTC
Syntax[ObsoleteAttribute("Use the parameterized constructor instead", true)]
public ConfigManager()
public:
[ObsoleteAttribute(L"Use the parameterized constructor instead", true)]
ConfigManager()
ExceptionsException | Condition |
---|
DatabaseVersionException | Thrown if the database version is not compatible with the code target version |
NullReferenceException | Thrown if the database and driver paths are not present in the registry (happens when Koala is not installed on the machine) |
See Also