Error Handling Functions
| ErrorAsText | Get the textual description of an error from its error number. |
| ErrorClass | Error class definintion. |
| Except | Manually call the error system and any user defined error handler. |
| try/catch | Create a custom error handler and access internal Error object. |
(c) 2000-2001 by West Coast Web Adventures, Inc., All Rights Reserved
|