2 instantiations of PersistenceException
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (1)
1140PersistenceException pe = new PersistenceException(se.Message, se);
WorkflowExecutor.cs (1)
1131throw new PersistenceException(e.Message, e);
5 references to PersistenceException
System.Workflow.Runtime (4)
Hosting\SqlWorkflowPersistenceService.cs (1)
1140PersistenceException pe = new PersistenceException(se.Message, se);
WorkflowExecutor.cs (3)
826if (this.IsUnloadableNow && !(this.ThrownException is PersistenceException)) 1117catch (PersistenceException e) 2594if ((currentActivity is TransactionScopeActivity) || (exp is PersistenceException))
System.WorkflowServices (1)
System\ServiceModel\Dispatcher\WorkflowInstanceLifeTimeManagerExtension.cs (1)
201catch (PersistenceException)