Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

C# C# Objects Inheritance Throwing Exceptions

I wonder if I have missed a step: Catching Exceptions

In the video, the teacher mentioned "We've already learned how to catch exceptions" at the time stamp 2:14. I do not remember anything about catching exceptions in the previous videos. Is there a video I missed? Is the teacher referring to the if statement in the constructor (which I do not think is catching an Exception, please correct me if i am wrong)? Also the try and catch statements have not been clearly explained in this video, which makes me think I have in fact missed a video, but I cannot seem to find it. Can someone please let me know what the teacher is referring to here, or at-least explain the try and catch statements.

2 Answers

Steven Parker
Steven Parker
229,670 Points

Perhaps the videos weren't filmed in order. Six steps further on there is a video on Catching Exceptions.

You may want to report this to Support, it might get you a "special Exterminator badge". :beetle:

Thanks man, I'll give that a shot.

There was a text-only lesson right before this one for me about catching exceptions.