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 Exception Messages

What is the real importance of Exceptions messages?

I know I got the instructor but... for example if I write some exceptions in my program, exceptions usually breaks your program, they stop when a condition is caught. In a real life program for a company, exceptions will break your program or they will make your program useless or they can freeze it, and you would have to reset the program to work properly.

1 Answer

It’s common use to use the keyword continue after the exeception has been caught which will get u back to the start.