<CodeSnippet Format="1.1.0" xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
  <Header>
    <Title>try</Title>
    <Author>Microsoft Corporation</Author>
    <Shortcut>try</Shortcut>
    <Description>Fragment kódu pro příkaz try catch</Description>
    <SnippetTypes>
      <SnippetType>Expansion</SnippetType>
      <SnippetType>SurroundsWith</SnippetType>
    </SnippetTypes>
  </Header>
  <Snippet>
    <Declarations>
      <Literal>
        <ID>exception</ID>
        <ToolTip>Výjimka</ToolTip>
        <Default>e</Default>
      </Literal>
    </Declarations>
    <Code Language="TypeScript"><![CDATA[try {
    $selected$
} catch ($exception$) {
    $end$
}]]></Code>
  </Snippet>
</CodeSnippet>
