peeves.1

May 5, 2007

Can anyone find a good reason to why Visual Studio 2005 throws

throw new Exception("The method or operation is not implemented.");

instead of

throw new NotImplementedException();

when generating method stubs ?

Tags: ,

Leave a Reply