TrapError - cBaseErrorHandler¶
Include: Use System\ErrorSystem.pkg
Enables processing for one error number.
Type: Procedure
Parameters¶
| Parameter | Type | Description |
|---|---|---|
iError |
Integer | Error number. |
Syntax¶
Procedure TrapError Integer iError
Call¶
Send TrapError of hoError DFERR_OPERATOR
Description¶
Enables processing for one error number. Error processing is enabled by default, so TrapError is mainly used after IgnoreError or IgnoreAllErrors.