Murach's C# 2008
How to handle exceptions and validate data
First, this chapter shows you how to use structured exception
handling so you can create bulletproof applications. Then,
it shows you the best ways to validate the data that the user
enters so exceptions are avoided. Frankly, this is the best
material on data validation that we've ever seen.
|
|
|
|
How exceptions work |
182 |
|
How to display a dialog box |
184 |
|
|
How to catch an exception |
186 |
|
How to use the properties and methods
of an exception |
188 |
|
How to catch specific types of
exceptions |
190 |
|
How to throw an exception |
192 |
|
The Future Value application with exception
handling |
194 |
|
|
How to validate a single entry |
196 |
|
How to use generic methods to validate
an entry |
198 |
|
How to validate multiple entries |
200 |
|
|
The dialog boxes |
202 |
|
The code |
202 |
|
 |
|
|
|
|
© Copyright 1998-2008 Mike Murach &
Associates, Inc. All rights reserved.
|