المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : C# Console.ReadLine runns out of memory



C# Programming
03-02-2013, 09:33 AM
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?