SPWorkflowEventProperties.ErrorException - Propriété

Obtient l'erreur qui a provoqué la fin du flux de travail.

Espace de noms :  Microsoft.SharePoint.Workflow
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property ErrorException As Exception
    Get
'Utilisation
Dim instance As SPWorkflowEventProperties
Dim value As Exception

value = instance.ErrorException
public Exception ErrorException { get; }

Valeur de propriété

Type : System.Exception
L'erreur qui a provoqué la fin du flux de travail.

Remarques

Cette propriété n'est valide que si la propriété EventType est WorkflowCompleted et que la propriété CompletionType est Errored.

Voir aussi

Référence

SPWorkflowEventProperties classe

SPWorkflowEventProperties - Membres

Microsoft.SharePoint.Workflow - Espace de noms