LastErrorString Property  
 

Return a description of the last error that occurred.

Syntax

object.LastErrorString

Remarks

The LastErrorString property returns a description of the last error that occurred. This property can be used to display a meaningful error message to the user rather than only the numeric value returned by the LastError property. The error descriptions returned by this property are currently provided in English and are not localized based on the system locale or user language settings.

Data Type

String

See Also

LastError Property, OnError Event