<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>Takachan</author_name>
  <author_url>https://blog.hatena.ne.jp/Takachan/</author_url>
  <blog_title>PG日誌</blog_title>
  <blog_url>https://takap-tech.com/</blog_url>
  <categories>
    <anon>C#</anon>
  </categories>
  <description>C#のtry ～ catch（＋ ～ finally）構文の使い方について紹介したいと思います。 この構文は、(1)通常処理するtry節、(2)例外が起きた時にそれを処理するためのcatch節と、(3)tryを抜ける時に必ず実行されるfinally節で構成されます。 と言っても構文自体は非常に簡単で、以下のように記述するだけです。 try { // (1) 通常の処理を記述 } catch(XXXException e) { // (2) XXXExceptionを受けた時の処理 } catch(YYYException e) { // (2) 上記と別の種類を補足できるブロックが（いくつでも…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Ftakap-tech.com%2Fentry%2F2018%2F10%2F09%2F232458&quot; title=&quot;C#のtry～catch～finallyの使い方 - PG日誌&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url>https://cdn-ak.f.st-hatena.com/images/fotolife/T/Takachan/20180519/20180519205535.jpg</image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2018-10-09 23:24:58</published>
  <title>C#のtry～catch～finallyの使い方</title>
  <type>rich</type>
  <url>https://takap-tech.com/entry/2018/10/09/232458</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
