Returns the text description of the specified error code.
Syntax:
object.ErrorDescription( lErrorNo as long )
The ErrorDescription property syntax has these parts:
Part | Description |
Object | An object expression that evaluates to an RedRegistration object |
Value | A LONG expression specifying the error code |
Return Value
A STRING containing the text description of the specified error code. An EMPTY STRING will be returned if no match is found.