, - ?
void method()
{
if(System.Diagnostics.Debugger.IsAttached)
{
string DeprecatedFrom = "20001231";
if (string.Format("{0:yyyymmdd}",DateTime.Now).Equals(DeprecatedFrom)) throw new NotSupportedException("Don't use this method.");
}
}
, : , 31 dec 2000 ( ).