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