ServicesExceptionNotHandledEventArgs.WorkflowInstanceId 屬性

定義

取得與未處理的例外狀況關聯之工作流程執行個體的 Guid

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

屬性值

與未處理的例外狀況關聯之工作流程執行個體的 Guid

備註

WorkflowInstanceId 相當於與 WorkflowInstance.InstanceId 事件關聯之工作流程執行個體的 ServicesExceptionNotHandled

適用於