Retrieves the text associated with the last Win32 error.
public static String getSystemErrorMessage()
public static String getSystemErrorMessage( int errorCode )
errorCode
The code for the Win32 error that occurred.
Returns the text associated with the specified error code.