Wrap Up!

Review what you have learned in this course.

We'll cover the following...

Key points

The message below makes more sense now.

"Object reference not set to an instance of an object"

It means we have an object reference that, instead of pointing to an actual object, is uninitialized and points to null.

To fix the NullReferenceException, we shouldn’t catch it. Instead, we should ...