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