[Previous] [Contents] [Next]

Something Went Wrong!

So what do we know so far? We know how to write, compile, and execute C# applications, and we have a basic outline of a C# application to build from. And when bad things happen to good C# applications? First, let's define a "bad thing": anything that happens that I didn't expect to happen. With regards to programming, these come in two flavors: compile-time errors and run-time errors. Let's look at a couple examples of each and how to rectify them.

[Previous] [Contents] [Next]