Package com.ms.lang |
![]() Previous |
![]() Contents |
![]() Index |
![]() Next |
public class RegKeyException extends IOException { // Constructors public RegKeyException() public RegKeyException(String s) }
Signals that an I/O exception has occurred.
Also see InputStream, OutputStream.
public RegKeyException()Constructs an RegKeyException with no detail message. A detail message is a String that describes this particular exception.
public RegKeyException(String s)Constructs an RegKeyException with the specified detail message. A detail message is a String that describes this particular exception.
Parameter Description s the detail message
© 1997 Microsoft Corporation. All rights reserved. Legal Notices.