Previous |
Next
GetLastErrorDesc Method
Retrieves the error description of the last error occurred.
String GetLastErrorDesc() |
Return Value
Type: String
If there were no errors, the return value is "" (empty
string). Otherwise,
see the GetLastError method for the
possible error descriptions returned.
|