GetErrorString Method
Description
Gets the string associated with a SIS error code.
Syntax
Visual Basic |
---|
Public Function GetErrorString( _ ByVal errorCode As Integer _ ) As String |
Parameters
- errorCode
- The error code whose string is required. –1 gets the error string for the error code stored in the system variable _ExecError&.
Return Type
The error string for errorCode.
Remarks
Available: OD OM OU OV
Group:
Example
sis.GetErrorString (55)
Returns NO COMPOSED WINDOW, the error string for the error code 55