5 instantiations of InstanceNotFoundException
System.WorkflowServices (5)
System\ServiceModel\Dispatcher\ServiceDurableInstance.cs (1)
283
new
InstanceNotFoundException
(this.InstanceId));
System\ServiceModel\Persistence\SqlPersistenceProviderFactory.cs (4)
828
new
InstanceNotFoundException
(id);
915
toReturn = new
InstanceNotFoundException
(id);
1394
new
InstanceNotFoundException
(id);
1448
return new
InstanceNotFoundException
(id, SR2.GetString(SR2.InstanceNotFoundForUpdate, id));