psErrorText - cConnection
Set to the error text if an error occurs during error trapping
Type: Property
Access: Read/Write
Data Type: String
Parameters: None
Syntax
Property String psErrorText
| Access Type | Syntax |
|---|---|
| Read Access: | Get psErrorText to StringVariable |
| Write Access: | Set psErrorText to StringVariable/Value |
Description
Set to the error text if an error occurs during error trapping.
This occurs inside of Error_Report. See TrapErrors for details of how to use this.