【发布时间】:2010-09-07 22:37:03
【问题描述】:
如何更改 Visaul Studio 中的默认 Generate Method Stub 行为以生成带有正文的方法
throw new NotImplementedException();
而不是
throw new Exception("The method or operation is not implemented.");
【问题讨论】:
标签: .net visual-studio configuration