Errata

.NET Gotchas

Errata for .NET Gotchas

Submit your own errata for this product.

The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.

Color key: Serious technical mistake Minor technical mistake Language or formatting error Typo Question Note Update

Version Location Description Submitted By Date submitted Date corrected
Printed
Page 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.

Anonymous   
Printed
Page 91
Method Run

The Console.Writeline after creating "object2" in the Run method
should print "object2.creationTime.ToLongTimeString()" instead of
"object1.creationTime.ToLongTimeString()"

Anonymous   
Printed
Page 122
Public Shared Sub Method2

The first line of this method should be :
Console.Writeline("Derived.Method2") instead of
"Derived.Method2")

Anonymous