Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Good idea on using NotSupportedException it does make it clear that you don't support that method. Commented Jun 1, 2011 at 9:57
  • @ChrisF: I only use NotImplementedException for production code, where I would otherwise write "TODO: Implement this" Sadly, they don't pop up in Visual Studio's task list. But in practice, I hardly leave a method unimplemented for longer than two days. Resharper also shows those exceptions in bold (at least with my setup). :) Commented Jun 1, 2011 at 10:04