ErrorText Property
      
 

Description

Provides text representation of the error.

Property type

A String value.  

Syntax

object.ErrorText(ErrorNo)

The ErrorText Property syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type wodVPN.
ErrorNoRequired. A Long value. Error number for which you want to obtain text description.

Remarks

ErrorText property will return text description of the error specified in ErrorNo argument. If no argument is specified, it will return text description of the LastError property.