Packages
 In this topic

*Constructors

 

Packages   PreviousThis PackageNext
Package com.ms.lang   Previous This
Package
Next

 


Class RegKeyException

public class RegKeyException extends IOException
{
  // Constructors
  public RegKeyException();
  public RegKeyException(String s);
}

This class signals that an I/O exception has occurred.

IOException
  |
  +--RegKeyException

Constructors

RegKeyException

public RegKeyException();

Constructs a RegKeyException with no detail message.

RegKeyException

public RegKeyException(String s);

Constructs a RegKeyException object with a detail message.

ParameterDescription
s the detail message, which is a string that describes the specified exception.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.