The following throws a NotSupportedException:

class test
{
  public static void Main(string[] args)
  {
    System.Console.OpenStandardInput().Close();
  }
}


Reply via email to