System.Net.WebResponse.WebResponse.GetMustImplement C# (CSharp) Method

GetMustImplement() static private method

static private GetMustImplement ( ) : Exception
return System.Exception
		static Exception GetMustImplement ()
		{
			return new NotImplementedException ();
		}