public BrowserNotSupportedException(Browser browser, Type driverType, Exception inner) : base(string.Format("{0} is not supported by {1}", browser, driverType.Name), inner) { }
public BrowserNotSupportedException(Browser browser, Type driverType) : this(browser,driverType, null) { }