Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll Packages
Utils.getSystemErrorMessage
Retrieves the text associated with the last Win32 error.
Syntax
public static String getSystemErrorMessage()
public static String getSystemErrorMessage( int
errorCode )
Parameters
errorCode
The code for the Win32 error that occurred.
Return Value
Returns the text associated with the specified error code.