1 instantiation of WorkflowOwnershipException
System.Workflow.Runtime (1)
Hosting\SqlWorkflowPersistenceService.cs (1)
585
throw new
WorkflowOwnershipException
((Guid)instanceId.Value);
2 references to WorkflowOwnershipException
System.Workflow.Runtime (2)
Hosting\DefaultWorkflowSchedulerService.cs (1)
237
catch (
WorkflowOwnershipException
)
Hosting\SqlWorkflowPersistenceService.cs (1)
954
catch (
WorkflowOwnershipException
)