Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 
avatar of Thomas Flinkow

Thomas Flinkow

Thomas Flinkow has asked 16 questions and find answers to 11 problems.

Stats

398
EtPoint
112
Vote count
16
questions
11
answers

About

profile for Thomas Flinkow on Stack Exchange, a network of free, community-driven Q&A sites

// How to correctly deal with exceptions: 

try { ... }
catch(Exception e)
{
    Process.Start($"stackoverflow.com/search?q={e.Message}");
}