Description
-
Returns string representation of the error.
Property type
-
A String value. Text explanation of the
error.
Syntax
-
object.ErrorText(ErrorNum)
The ErrorText Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodFtpDLX. |
| ErrorNum |
Required. A Long
value. Represents the error code. |
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.
|