This method is obsolete. See the Remarks section below. |
Description
The Utilities.SysErrorMessage
method returns the message text of the error specified by its OS code.
Declaration
Applies To
The method is applied to the following object:
Parameters
The method has the following parameter:
ErrorCode
Specifies the OS code of the error whose message text you want to get.
Result Value
The string that holds the message text of the specified error.
Remarks
This method is obsolete and supported for backward compatibility only. To get the text of a system error code, use the aqUtils.SysErrorMessage
method.