3 writes to ThrownException
System.Workflow.Runtime (3)
WorkflowExecutor.cs (3)
751
this.
ThrownException
= e;
2566
this.
ThrownException
= exp;
2885
this.
ThrownException
= e;
7 references to ThrownException
System.Workflow.Runtime (7)
WorkflowExecutor.cs (7)
826
if (this.IsUnloadableNow && !(this.
ThrownException
is PersistenceException))
1675
if (null !=
ThrownException
)
1676
FireWorkflowTerminating(
ThrownException
);
1710
if (null !=
ThrownException
)
1711
FireEventAfterSchedulerLockDrop(WorkflowEventInternal.Terminated,
ThrownException
);
2042
FireEventAfterSchedulerLockDrop(WorkflowEventInternal.Resumed,
ThrownException
);
2563
if (this.
ThrownException
!= exp)