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