Team LiB
Previous Section Next Section

The Ultimate Error Handler

How could you use this code to make your development life easier? Here is one idea: Develop a publisher for testing purposes.

It is not a stretch to include some custom information that can be sent to your publisher. Such useful information could be the class name, the method name, and the identifier for the code block where the error occurred. If you could gather this information, your publisher could e-mail you when the tester's machine crashed with all the relevant information to fix the problem in a hurry. You know how a tester can make software crash when it works fine on your machine. Now there would be no excuses or rejected bug reports because "it works on my machine."

This code and the other Application Blocks are free. The code is robust, well thought out, and consistent. It is also well documented. Using this and the Data Access Application Block will save you a great deal of time and headaches on all your projects.


Team LiB
Previous Section Next Section