6 references to Error_MustHaveParent
System.Workflow.Activities (6)
EventHandlers.cs (2)
86throw new InvalidOperationException(SR.GetString(SR.Error_MustHaveParent)); 477validationErrors.Add(new ValidationError(SR.GetString(SR.Error_MustHaveParent), ErrorNumbers.Error_EventHandlersDeclParentNotScope));
Policy.cs (1)
56throw new InvalidOperationException(SR.GetString(SR.Error_MustHaveParent));
WebServiceFault.cs (1)
127throw new InvalidOperationException(SR.GetString(SR.Error_MustHaveParent));
WebServiceReceive.cs (1)
212throw new InvalidOperationException(SR.GetString(SR.Error_MustHaveParent));
WebServiceResponse.cs (1)
118throw new InvalidOperationException(SR.GetString(SR.Error_MustHaveParent));