NotImplementedException

IceAzul

Freshman
Joined
Jun 7, 2005
Messages
43
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?
 
Back
Top