4 instantiations of InstanceHandleConflictException
System.Runtime.DurableInstancing (4)
System\Runtime\DurableInstancing\InstancePersistenceContext.cs (4)
251
throw Fx.Exception.AsError(new
InstanceHandleConflictException
(LastAsyncResult.CurrentCommand.Name, InstanceView.InstanceId));
266
throw Fx.Exception.AsError(new
InstanceHandleConflictException
(LastAsyncResult.CurrentCommand.Name, InstanceView.InstanceId));
1514
throw Fx.Exception.AsError(new
InstanceHandleConflictException
(null, this.context.InstanceView.InstanceId));
1544
return new
InstanceHandleConflictException
(null, this.context.InstanceView.InstanceId);
2 references to InstanceHandleConflictException
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Dispatcher\PersistenceProviderDirectory.cs (2)
983
catch (
InstanceHandleConflictException
)
1026
catch (
InstanceHandleConflictException
)