Partager via


<workflowUnhandledException>

Comportement de service qui vous permet de spécifier l'action à exécuter lorsqu'une exception non prise en charge est levée dans un service de workflow.

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

Syntaxe

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

Attributs et éléments

Les sections suivantes décrivent des attributs, des éléments enfants et des éléments parents.

Attributs

Attribut Description
action Chaîne qui spécifie l'action à entreprendre lorsqu'une exception non gérée se produit. Cet attribut est de type WorkflowUnhandledExceptionAction

Éléments enfants

Aucune.

Éléments parents

Élément Description
<comportement> de <serviceBehaviors> Spécifie un élément de comportement.

Voir aussi