ServicesExceptionNotHandledEventArgs.WorkflowInstanceId Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.