<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>ktrito33</author_name>
  <author_url>https://blog.hatena.ne.jp/ktrito33/</author_url>
  <blog_title>怠日記</blog_title>
  <blog_url>https://nmk365.hatenablog.jp/</blog_url>
  <categories>
    <anon>VBScript</anon>
  </categories>
  <description>スクリプト内で発生したエラーの対処方法を説明する。 エラー処理 スクリプトの実行中にエラーが起きた場合、通常、その時点でスクリプトは強制終了される。 エラーが起きた場合に強制終了ではなく独自の処理を行うときは、On Error ステートメントと Err オブジェクトを使う。 独自のエラー処理を行えるようにするには、On Error Resume Next ステートメントを使ってエラー処理を有効にする。 エラー処理を有効にすると、実行時エラーが起きても強制終了せず、そのまま処理を継続するようになる。 エラー処理を無効に戻すときは On Error GoTo 0 ステートメントを使う。 実行時エラ…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fnmk365.hatenablog.jp%2Fentry%2Fvbscript-error-handling-2&quot; title=&quot;VBScript - エラー処理（その２） - 怠日記&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>2023-05-02 08:00:00</published>
  <title>VBScript - エラー処理（その２）</title>
  <type>rich</type>
  <url>https://nmk365.hatenablog.jp/entry/vbscript-error-handling-2</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
