Tools
error.txt
Associated article: Dissecting Error Messages
Tags: Tools
Published source code accompanying the article by Alek Davis in which he explains why error messages are the most important information users get when encountering application failures. Also see ERROR.ZIP.
Dissecting Error Messages
by Alek Davis
Listing One
//-------------------------------------------------------------------
// $Workfile: BasePage.aspx.cs $
// Description: Implements the BasePage class.
// $Log: $
//-------------------------------------------------------------------
using System;
namespace ErrorSample
{
/// <summary>
/// Base class implementing common utility functions reused by
/// different pages belonging to this ...


