
About this Course
This course is intended for serious computer hobbyists, IT students, and IT professionals.
The free online textbook for this course is Sams Teach
Yourself Visual Studio .NET 2003 in 21 Days. You should begin by reading the complete
Introduction
to the book.
Indicates links that take you away from the Free-Ed.Net site. Use the links on these
offsite pages carefully, and use the Back function on your browser to return to the
assigments.
|
Lesson 7.
Exceptions, Debugging, and Tracing
In this lesson you will:
- Learn why errors occur in applications
- Learn about structured exception handling in .NET and how
the common language runtime implements exceptions
- Use Try, Catch, and Finally blocks to avoid runtime errors
- Learn about the differences in features between C# and
Visual Basic .NET when handling exceptions
- Learn how to use all the debugging features available in
Visual Studio .NET for Windows Forms and ASP.NET applications
Read the Introduction
Reading Assignments
Read the following sections from your free online textbook:
Why
Errors Happen
Understanding
Exceptions in .NET
Using
Structured Exception Handling
Using
Visual Studio .NET to Debug Applications
-
Learning Activities
- Use this search box to refine and expand your understanding
of new terms and concepts in the reading assignments.
Read the Summary
of the lesson.
Study the Q&A.
Take the Quiz
to test your understanding.
Complete the hands-on Exercises.
- Return here after completing your hands-on exercises.
|
|