Overriding an abstract member or implementing the members of an interface using Visual Studio’s code completion inserts the following into the members body:
throw new Exception("The method or operation is not implemented.");
I would expect it
Read More