ServicesExceptionNotHandledEventArgs.WorkflowInstanceId Propriété

Définition

Obtient le Guid de l'instance de workflow associée à l'exception non prise en charge.

public:
 property Guid WorkflowInstanceId { Guid get(); };
public Guid WorkflowInstanceId { get; }
member this.WorkflowInstanceId : Guid
Public ReadOnly Property WorkflowInstanceId As Guid

Valeur de propriété

Guid de l'instance de workflow associée à l'exception non prise en charge.

Remarques

WorkflowInstanceId est équivalente à la WorkflowInstance.InstanceId de l'instance de workflow associée à l'événement ServicesExceptionNotHandled.

S’applique à