RegistryException

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

Constructors

this
this(LONG code, string path, bool isKey, string registryMsg)
Undocumented in source.
this
this(string path, bool isKey, string registryMsg)
Undocumented in source.

Members

Variables

isKey
bool isKey;
Undocumented in source.
path
string path;
Undocumented in source.
registryMsg
string registryMsg;
Undocumented in source.

Inherited Members

From WinAPIException

code
LONG code;
Undocumented in source.
windowsMsg
string windowsMsg;
Undocumented in source.
getMessage
string getMessage(DWORD errorCode)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta