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