3 instantiations of InstanceLockLostException
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
182
throw FxTrace.Exception.AsError(new
InstanceLockLostException
(thisPtr.InstancePersistenceCommand.Name, instanceId));
System\Activities\DurableInstancing\StoreUtilities.cs (2)
78
returnValue = new
InstanceLockLostException
(commandName, reader.GetGuid(1));
87
returnValue = new
InstanceLockLostException
(commandName, reader.GetGuid(1));
4 references to InstanceLockLostException
System.Activities.DurableInstancing (2)
System\Activities\DurableInstancing\LoadWorkflowAsyncResult.cs (1)
179
else if (exception is
InstanceLockLostException
)
System\Activities\DurableInstancing\SaveWorkflowAsyncResult.cs (1)
181
else if (exception is
InstanceLockLostException
)
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
987
catch (
InstanceLockLostException
)
1030
catch (
InstanceLockLostException
)