Chapter 16. Error Handling: Preparing for the Inevitable
IN THIS CHAPTER
- Why This Chapter Is Important
- Implementing Error Handling
- Using On Error Statements
- Using Resume Statements
- Clearing an Error
- Examining the Cascading Error Effect
- Using the Err Object
- Raising an Error
- Using the Errors Collection
- Creating a Generic Error Handler
- Preventing Your Own Error Handling from Being Invoked
- Creating a Call Stack
- Building a Custom Error Handler Class
- Working with Error Events
- Creating a List of Error Codes and Descriptions
- Practical Examples: Incorporating Error Handling