new InternetExplorerDriver();
But I could see exception as below:
OpenQA.Selenium.DriverServiceNotFoundException was unhandled by u
As the exception says, you need to download IEDriverServer either 32 or 64 bit depending on IE you have and make sure it is available in our path. That is when you type IEDriverServer.exe on command line it should be resolved. Try that