RegistryException

Exception ///////////////////////////

version(Windows)
class RegistryException : WinAPIException {
string registryMsg;
string path;
bool isKey;
}

Meta