private void DriverThreadMethod() { try { driver.Mount(); } catch (DokanException ex) { MessageBox.Show("Error : " + ex.Message); } }