2 references to PersistenceException
System.Workflow.Runtime (2)
Hosting\SqlWorkflowPersistenceService.cs (1)
1140
PersistenceException pe = new
PersistenceException
(se.Message, se);
WorkflowExecutor.cs (1)
1131
throw new
PersistenceException
(e.Message, e);