7 references to Error_PropertyNotSet
System.Workflow.Activities (7)
Common\ValidationHelpers.cs (2)
58error = new ValidationError(SR.GetString(SR.Error_PropertyNotSet, propName), ErrorNumbers.Error_PropertyNotSet); 82error = new ValidationError(SR.GetString(SR.Error_PropertyNotSet, propName), ErrorNumbers.Error_PropertyNotSet);
InvokeSchedule.cs (1)
201ValidationError error = new ValidationError(SR.GetString(SR.Error_TypePropertyInvalid, "TargetWorkflow"), ErrorNumbers.Error_PropertyNotSet);
InvokeWebService.cs (1)
435ValidationError error = new ValidationError(SR.GetString(SR.Error_TypePropertyInvalid, "ProxyClass"), ErrorNumbers.Error_PropertyNotSet);
SetState.cs (1)
94ErrorNumbers.Error_PropertyNotSet, false,
StateValidator.cs (1)
235ErrorNumbers.Error_PropertyNotSet, false,
WebServiceReceive.cs (1)
528ValidationError error = new ValidationError(SR.GetString(SR.Error_TypePropertyInvalid, "InterfaceType"), ErrorNumbers.Error_PropertyNotSet);