1 instantiation of InstanceAlreadyLockedToOwnerException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
99
returnValue = new
InstanceAlreadyLockedToOwnerException
(commandName, reader.GetGuid(1), reader.GetInt64(2));
3 references to InstanceAlreadyLockedToOwnerException
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (3)
212
if (delayedException is
InstanceAlreadyLockedToOwnerException
)
214
InstanceAlreadyLockedToOwnerException
alreadyLockedException = (
InstanceAlreadyLockedToOwnerException
) delayedException;