2 references to Error_MethodNotExists
System.Workflow.Activities (2)
InvokeWebService.cs (1)
455
ValidationError error = new ValidationError(SR.GetString(SR.
Error_MethodNotExists
, "MethodName", invokeWebService.MethodName), ErrorNumbers.Error_MethodNotExists);
WebServiceReceive.cs (1)
549
ValidationError error = new ValidationError(SR.GetString(SR.
Error_MethodNotExists
, "MethodName", webServiceReceive.MethodName), ErrorNumbers.Error_MethodNotExists);