LastErrorString Property  
 

Return a description of the last error to occur.

Syntax

object.LastErrorString

Remarks

The LastErrorString property returns a description of the last error that occurred. This can be used to display a meaningful error message to a user, rather than just the numeric value returned by the LastError property.

Data Type

String

See Also

LastError Property, OnError Event