How to surround code blocks with try/catch in VisualStudio 2010

c#, visual-studio, visual-studio-2010

Solution

Press "Ctrl + K, S" and then in drop down menu double click "try" - it's a "try-catch" template.

Problem

I know that Visual Studio has some tools for fast surrounding by code snippets, for example how to do more faster try/catch code blocks. but I can't find a hotkey combination to do this. Who knows the hotkey combination for try/catch?

Original source

Related problems