次の方法で共有


<workflowUnhandledException>

ワークフロー サービス内で未処理の例外が発生した場合のアクションを指定するためのサービス動作。

Schema Hierarchy

ワークフローの <system.serviceModel>
  ワークフローの <behaviors>
    ワークフローの <serviceBehaviors>
      ワークフローの <serviceBehaviors> の <behavior>
        <workflowUnhandledException>

構文

<behaviors>  <serviceBehaviors>    <behavior name=String">      <workflowUnhandledException action=”Abandon/AbandonAndSuspend/Cancel/Terminate” />    </behavior>  </serviceBehaviors></behaviors>

属性と要素

以降のセクションでは、属性、子要素、および親要素について説明します。

属性

属性 説明

action

未処理の例外が発生した場合のアクションを指定する文字列。この属性は WorkflowUnhandledExceptionaction 型です。

子要素

なし。

親要素

要素 説明

ワークフローの <serviceBehaviors> の <behavior>

動作の要素を指定します。

参照

リファレンス

WorkflowUnhandledExceptionBehavior
WorkflowUnhandledExceptionElement

ビルド日:2010-02-13