Description
-
Returns string explanation of error that occured.
Property type
-
A String value.
Syntax
-
object.ErrorText(ErrorNum)
The ErrorText Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodTelnetDLX. |
| ErrorNum |
Required. A Long
value. Holds error number. |
Remarks
-
ErrorText property will return text-description of a
value given by ErrorNum parameter.
For a list of possible values, look here. If unknown ErrorNum is entered, 'Unrecognized
Error.' text will be returned.
|