<workflowUnhandledException>

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

configuration
  <system.ServiceModel>
    behaviors
      <serviceBehaviors>
        behavior
          <workflowUnhandledException>

構文

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

属性および要素

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

属性

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

子要素

なし。

親要素

要素 説明
<serviceBehaviors> の <behavior> 動作の要素を指定します。

関連項目