1 instantiation of InstanceLockedException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\StoreUtilities.cs (1)
65
returnValue = 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)
19
InstanceLockedException
lastInstanceLockedException;
90
catch (
InstanceLockedException
instanceLockedException)
System\Activities\DurableInstancing\SqlWorkflowInstanceStoreAsyncResult.cs (1)
327
if (this.Store.IsLockRetryEnabled() && (exception is
InstanceLockedException
))
System.ServiceModel.Activities (3)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (3)
404
catch (
InstanceLockedException
exception)
488
catch (
InstanceLockedException
exception)
845
bool TryCreateRedirectionException(
InstanceLockedException
exception, out RedirectionException redirectionException)