|
hello, I after using the try {} used catch statement in this manner: catch (exception e) { Console.WriteLine(e.Message); Console.WriteLine("ERROR"); } for this i received the following error message: The type or namespace name 'exception' could not be found (are you missing a using directive or an assembly reference?) i m using C# on Visual Studio2005 please help me how can i solve my problem
|