ERRORSYS()
Install default error handler
Syntax
ERRORSYS() --> NIL
Arguments
None.
Returns
ERRORSYS() always return NIL.
Description
ERRORSYS() is called upon startup by Harbour and installs the default error handler. Normally you should not call this function directly, instead use ERRORBLOCK() to install your own error handler.
Compliance
Clipper
Files
Library is rtl
Seealso
ERRORBLOCK(), Error class
Pingback: Harbour All Functions – E | Viva Clipper !
Pingback: Harbour Error Handling Functions | Viva Clipper !
Pingback: Harbour RG Summary | Viva Clipper !