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