 | 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.EucalyptusAssembly: LynceeTec.Eucalyptus (in LynceeTec.Eucalyptus.dll) Version: 10.2.3317.0 , built 2025-03-17 14:55:33 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