IOException and +18 overloads with console.writeline

Associate
Joined
13 Jan 2012
Posts
2,340
Location
United Kingdom
Hey guys, this might be a stupid question. but i have noticed on my laptop (using visual studio) i get an IOException and +18 overloads with just a console.writeline. i noticed this when i was creating a program and it kept crashing.

I then opened a new project and did only Console.WriteLine("text"); but it showed as an IOException with +17 overloads. Is this normal or is something wrong?
 
I figured out what the problem for my crashing was and it was unrelated. (turned out i was trying to print out the contents of a list that didn't exist!). Thanks for letting me know about the overloads etc :), i just never noticed that before.
 
Back
Top Bottom