Go to Tools > Code Snippet Manager
Change the language to Visual Basic
Expand the node that starts with Code Patterns
Expand Error Handling (Exceptions)
Click once on Try...Catch...End Try Statement
Copy the Location into Windows Explorer
Edit the 'ShortCut' node like this
<Shortcut>Tryy</Shortcut>
Edit the 'Code' node to be as below
<Code Language="VB" Kind="method body"><![CDATA[Try
Catch ex As exception
errorhandler.globalerrorhandler(ex,true)
End Try]]></Code>
Save, and you're done.
You'll obviously have your own error handling code.
Save and Close
In Visual Studio, type TRYY and then hit the tab.
Nice, right?