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