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