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