3 references to GetString
System.Workflow.Activities (3)
Executors\WorkflowWebService.cs (2)
96
methodMessage.SendException(new ApplicationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowCompleted)));
123
throw new ApplicationException(SR.
GetString
(System.Globalization.CultureInfo.CurrentCulture, SR.Error_WorkflowTerminated), response.Exception);
SR.cs (1)
125
return
GetString
(SR.Culture, name);