The RegKeyException Class contains the following constructors.
RegKeyException()
RegKeyException(String s)
Constructs a RegKeyException with no detail message.
public RegKeyException();
Constructs a RegKeyException object with a detail message.
public RegKeyException(String s);
s | The detail message, which is a string that describes the specified exception. |