Errata

ASP.NET in a Nutshell

Errata for ASP.NET in a Nutshell

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.

The following errata were submitted by our customers and have not yet been approved or disproved by the author or editor. They solely represent the opinion of the customer.

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

Version Location Description Submitted by Date submitted
Printed Page 315
Entire part 2

The return value of a method should not be called a parameter. Save a whole lot of
space by using these two lines rather than the six required in the book:

HttpException.GetHtmlErrorMessage() As String

Retrieves the HTTP error message (if any) set by the originator of the exception.

Anonymous