Learning C# by Jesse Liberty This errata page lists errors outstanding in the most recent printing. If you have technical questions or error reports, you can send them to booktech@oreilly.com. Please specify the printing date of your copy. This page was updated March 12, 2007. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: (48) Figure 6-1; The figure is incorrect. After Statement3 comes Method2(), and when Method2() returns, the program should go to Statement 4 and then 5, then ends. (Arrow from Method2() should point to Statement 4 on the Main section, not End Program) {61} code; String myChoice = "NewLeft"; should be: string myChoice = "NewLeft"; (153) Example 8-3; theSecond )= Second; should be theSecond = Second in the GetTime method {300}Example 18-7; The custom catch "MyCustomException" should come before the catch "System.DivideByZeroException" because it's more derived. (413) second paragraph ...(typically with updated data) The user's experience... should be: ...(typically with updated data). The user's experience...