Utilities.SysErrorMessage Method

Applies to TestComplete 15.63, last modified on April 10, 2024
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

Utilities.SysErrorMessage(ErrorCode)

ErrorCode [in]    Required    Integer    
Result String

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.

See Also

SysErrorMessage Method
Win32Check Method

Highlight search results