0
0
llucycodes42
This code returns a exception which indicates that the method does not exist or is not supported by the current version of the .NET Framework.
Shortcut: pum
public string Method(string parameter)
{
return System.NotImplementedException;
}