IceAzul Posted January 29, 2007 Posted January 29, 2007 Microsoft recommends that you should never use the base class Exception, but always a derived class. Whats going on though with the added exception when you auto implement an interface or abstract class? "throw new Exception("The method or operation is not implemented.");" Whats wrong with the NotImplementedException? Quote
Administrators PlausiblyDamp Posted January 29, 2007 Administrators Posted January 29, 2007 http://blogs.msdn.com/ansonh/archive/2005/12/08/501763.aspx - the answer as to why is a bit of a disappointment, they do show you the fix though ;) Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.