May 2000
Intermediate to advanced
594 pages
11h 32m
English
4-21. | When an exception is raised in a block of code, a number of actions occur. Organize the following actions in the correct order, and identify those that do not occur:
| |||||||||
4-22. | The built-in RAISE_APPLICATION_ERROR accepts three parameters: the error number to be used, the text of the error message, and whether or not to clear the error stack. List all the restrictions on each of these parameters. | |||||||||
4-23. | The built-in RAISE_APPLICATION_ERROR can programmatically signal an error condition. Identify which of the following calls to RAISE_APPLICATION_ERROR are valid, and which are not. For those that are not valid, explain the problem:
|