Console.Clear() works in a console application.
When Calling Console.Clear() in a ASP.NET web site project or in a windows forms application, then you'll get the IOException.
What kind of application do you have?
Update:
I'm not sure if this will help, but as you can read in this forum thread, Console.Clear() throws an IOException if the console output is being redirected. Maybe this is the case for WPF applications? The article describes how to check whether the console is being redirected.
