dc

dc

  • NA
  • 663
  • 0

C# Console.ReadLine error

Mar 1 2013 2:40 PM
I have the following statement in a C# 2008 windows application that was converted to a console application:

finally
            {
                Console.ReadLine();
                Environment.Exit(1);
            }

The error message that is displayed says there is not enough io memory.

Can tell show me in code and/or point me to a reference that will show me how to solve this problem?











Answers (12)