new InternetExplorerDriver();
But I could see exception as below:
OpenQA.Selenium.DriverServiceNotFoundException was unhandled by u
You need to install IEDriverServer and make it part of your project.
This Post contains the download link and some additional information on making it part of your project.