المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Class Diagram Code Generation



C# Programming
12-06-2009, 02:40 PM
Whenever I try to add new functions or method via Class Diagram,
VS always insert this code:
throw new System.NotImplementedException();

1. What kind of exception is this and what is it's use?
2. How can I configure VS to not generate this code?

Thanks a lot.