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

Michael Thompson
Michael Thompson
7,427 Points

Doesn't print anything. Console.Write("That map location is not located on the map!");

Console.WriteLine("That map location is not located on the map!");

Why won't it print?

Steven Parker
Steven Parker
229,732 Points

The problem is somewhere in the other code. To facilitate a complete analysis and specific answer, you can make a snapshot of your workspace and post the link to it here.

Michael Thompson
Michael Thompson
7,427 Points

I got it. Missing the ! in my if statement in MapLocation.cs. Thanks again Steven.

Steven Parker
Steven Parker
229,732 Points

Good deal. And you may want to delete this question.

I'm having the same issue except I do have the '!' in the code. I even tried "if(map.OnMap(this) != true)" and still doesn't print. Link to my snapshot is here: https://w.trhou.se/3oq5fa0ldn

Assistance greatly appreciated.