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

Thomas Flinkow

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

Stats

383
EtPoint
109
Vote count
16
questions
10
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}");
}