Package com.ms.lang Previous
Previous
Contents
Contents
Index
Index
Next
Next

Class RegKeyException

Constructors

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

Signals that an I/O exception has occurred.

Also see InputStream, OutputStream.


Constructors


RegKeyException

public RegKeyException()

Constructs an RegKeyException with no detail message. A detail message is a String that describes this particular exception.


RegKeyException

public RegKeyException(String s)

Constructs an RegKeyException with the specified detail message. A detail message is a String that describes this particular exception.

ParameterDescription
s the detail message



Top© 1997 Microsoft Corporation. All rights reserved. Legal Notices.