1 instantiation of InstanceLockedException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
65returnValue = new InstanceLockedException(commandName, reader.GetGuid(1), reader.GetGuid(2), ReadLockOwnerMetadata(reader));
6 references to InstanceLockedException
System.Activities.DurableInstancing (3)
System\Activities\DurableInstancing\LoadRetryAsyncResult.cs (2)
19InstanceLockedException lastInstanceLockedException; 90catch (InstanceLockedException instanceLockedException)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
327if (this.Store.IsLockRetryEnabled() && (exception is InstanceLockedException))
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (3)
404catch (InstanceLockedException exception) 488catch (InstanceLockedException exception) 845bool TryCreateRedirectionException(InstanceLockedException exception, out RedirectionException redirectionException)