|
Error Class
The Error class is automatically instantiated by the system whenever a runtime error occurs. It is accessed via the TRY/CATCH syntax. Properties:
Description: The Error class is automatically instantiated whenever a program or active page generates a runtime error. The TRY/CATCH functions must be used to access the error class. When an error occurs, the CATCH function is passed an instantiated Error class which can then be used to create a custom error handler. The ErrorAsText( ) function can be used to retrieve a description of the actual error from its error number. See also: Error Functions, Error Messages Platforms:   Windows, DOS, Internet Active Pages
|