1 instantiation of InstanceOwnerException
System.Activities.DurableInstancing (1)
System\Activities\DurableInstancing\SqlWorkflowInstanceStore.cs (1)
344throw FxTrace.Exception.AsError(new InstanceOwnerException(command.Name, this.storeLock.LockOwnerId));
5 references to InstanceOwnerException
System.Activities (3)
System\Activities\WorkflowApplication.cs (3)
5762catch (InstanceOwnerException) { } 5780catch (InstanceOwnerException) { } 5800catch (InstanceOwnerException) { }
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\DurableInstanceManager.cs (2)
844catch (InstanceOwnerException) { } 927catch (InstanceOwnerException) { }