November 2012
Intermediate to advanced
896 pages
32h 31m
English
In this chapter:
Defining Your Own Exception Class
Trading Reliability for Productivity
Exception-Handling Performance Considerations
Constrained Execution Regions (CERs)
This chapter is all about error handling. But it’s not just about that. There are several parts to error handling. First, we’ll define what an error actually is. Then, we’ll talk about how to discover when your code is experiencing an error and about how to recover from this error. At this point, state becomes an issue because errors ...
Read now
Unlock full access