// How to correctly deal with exceptions: try { ... } catch(Exception e) { Process.Start($"stackoverflow.com/search?q={e.Message}"); }