CHAPTER 7 UNDERSTANDING STRUCTURED EXCEPTION HANDLING
Figure 7-4. Debugging unhandled custom exceptions with Visual Studio
Note If you fail to handle an exception thrown by a method in the .NET base class libraries, the Visual Studio
debugger breaks at the statement that called the offending method.
If you click the View Detail link, you will find the details regarding the state of the object (see
Figure 7-5).
279