.NET Gotchas by Venkat Subramaniam 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 May 26, 2006. 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: (10) Example 1.4 of Gotcha #3; The C# and VB.NET code samples are marked with different icons (GOTCHA vs GOTCHA- free). Author's note: Yes, the C# example in Example 1.4 should have been an "x" like the VB.NET example. {91} Method Run; The Console.Writeline after creating "object2" in the Run method should print "object2.creationTime.ToLongTimeString()" instead of "object1.creationTime.ToLongTimeString()" {122} Public Shared Sub Method2; The first line of this method should be : Console.Writeline("Derived.Method2") instead of "Derived.Method2")