Microsoft SDK for Java

getErrorDescription

This method of the Win32Exception class retrieves the error description associated with a Win32 error code.

Syntax

public static String getErrorDescription(int errorcode);

Return Value

Returns the error description.

Parameters

errorcode The error code.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.