<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>frontline</author_name>
  <author_url>https://blog.hatena.ne.jp/frontline/</author_url>
  <blog_title>misc.log</blog_title>
  <blog_url>https://www.backyrd.net/</blog_url>
  <categories>
    <anon>業務日誌.NET</anon>
  </categories>
  <description>訳わかんなくなってきたので記録。 Catchの中でReturnってやると、その場で戻る。 CatchのThrowしても、その場で例外として飛ぶ。 Catch ex As CustomException Throw ex Return -1 Ent Try この場合、Returnは通らずに、上階層にCustomExceptionを飛ばす。 Catch ex As CustomException Return -1 Throw ex End Try この場合、上階層には-1が戻り、例外は隠蔽される。 同様の理由により、下記のコードではReturnを経由せずにCatchに飛んでしまう。 Try Th…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fwww.backyrd.net%2Fentry%2F20041116%2F1173749276&quot; title=&quot; 例外と戻り値 - misc.log&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></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2004-11-16 10:27:56</published>
  <title> 例外と戻り値</title>
  <type>rich</type>
  <url>https://www.backyrd.net/entry/20041116/1173749276</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
