182 references to GetString
System.Workflow.Activities (182)
Common\BasePropertyDescriptor.cs (4)
321
throw new InvalidOperationException(SR.
GetString
(SR.Error_ParameterTypeResolution, paramInfo.Name));
336
this.desc = SR.
GetString
(SR.ParameterDescription, paramInfo.ParameterType.FullName);
347
throw new InvalidOperationException(SR.
GetString
(SR.Error_ParameterTypeResolution, propertyName));
352
this.desc = SR.
GetString
(SR.InvokeParameterDescription, propertyType.FullName.ToString());
Common\CompModHelpers.cs (3)
309
SR.
GetString
(SR.General_MissingService, typeof(IDesignerHost).Name));
358
SR.
GetString
(SR.General_MissingService, typeof(IDesignerHost).Name));
435
SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).Name));
Common\ValidationHelpers.cs (7)
47
throw new Exception(SR.
GetString
(SR.Error_InvalidLanguageIdentifier, identifier));
58
error = new ValidationError(SR.
GetString
(SR.Error_PropertyNotSet, propName), ErrorNumbers.Error_PropertyNotSet);
67
error = new ValidationError(SR.
GetString
(SR.Error_InvalidIdentifier, propName, e.Message), ErrorNumbers.Error_InvalidIdentifier);
82
error = new ValidationError(SR.
GetString
(SR.Error_PropertyNotSet, propName), ErrorNumbers.Error_PropertyNotSet);
92
error = new ValidationError(SR.
GetString
(SR.Error_InvalidIdentifier, propName, SR.
GetString
(SR.Error_InvalidLanguageIdentifier, identifier)), ErrorNumbers.Error_InvalidIdentifier);
116
ValidationError duplicateError = new ValidationError(SR.
GetString
(SR.Error_DuplicatedActivityID, activity.QualifiedName), ErrorNumbers.Error_DuplicatedActivityID);
Conditional.cs (2)
145
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(IfElseActivity).FullName), "obj");
173
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus)), ErrorNumbers.Error_DynamicActivity);
ConditionalBranch.cs (1)
68
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(IfElseBranchActivity).FullName), "obj");
ConstrainedGroup.cs (11)
61
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject");
71
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(DependencyObject).FullName), "dependencyObject");
99
throw new ArgumentException(SR.
GetString
(SR.Error_CAGChildNotFound, childActivity.QualifiedName, this.QualifiedName), "childActivity");
130
throw new ArgumentException(SR.
GetString
(SR.Error_CAGChildNotFound, childActivityName, this.QualifiedName), "childActivityName");
142
throw new InvalidOperationException(SR.
GetString
(SR.Error_CAGNotExecuting, this.QualifiedName));
147
throw new ArgumentException(SR.
GetString
(SR.Error_CAGChildNotFound, child.QualifiedName, this.QualifiedName), "child");
165
throw new InvalidOperationException(SR.
GetString
(SR.Error_ContextStackItemMissing, typeof(Activity).Name));
177
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_NestedConstrainedGroupConditions, propertyName), ErrorNumbers.Error_NestedConstrainedGroupConditions);
382
throw new InvalidOperationException(SR.
GetString
(SR.Error_CAGQuiet, cag.QualifiedName));
808
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(ConditionedActivityGroup).FullName), "obj");
824
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity2, activity.QualifiedName, activity.ExecutionStatus, activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
CorrelationValidator.cs (7)
32
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
74
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_MissingMethodName, activity.Name, ((CallExternalMethodActivity)activity).MethodName), ErrorNumbers.Error_MissingMethodName));
94
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_MissingEventName, activity.Name, ((HandleExternalEventActivity)activity).EventName), ErrorNumbers.Error_MissingMethodName));
817
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(Activity).FullName), "obj");
880
validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.
GetString
(SR.Error_InvalidEventArgsSignature, operation)), ErrorNumbers.Error_FieldNotExists, false, "EventName"));
891
validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.
GetString
(SR.Error_InvalidEventPropertyName, paramName)), ErrorNumbers.Error_FieldNotExists, false, "ParameterBindings"));
893
validationErrors.Add(new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.
GetString
(SR.Error_InvalidMethodPropertyName, paramName)), ErrorNumbers.Error_FieldNotExists, false, "ParameterBindings"));
Delay.cs (2)
161
errors.Add(new ValidationError(SR.
GetString
(SR.Error_NegativeValue, new object[] { delay.TimeoutDuration.ToString(), "TimeoutDuration" }), ErrorNumbers.Error_NegativeValue));
244
throw new Exception(SR.
GetString
(SR.InvalidTimespanFormat, timeSpan));
Designers\EventSinkActivityDesigner.cs (1)
76
throw new Exception(SR.
GetString
(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\InvokeMethodActivityDesigner.cs (1)
75
throw new Exception(SR.
GetString
(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\InvokeWebServiceDesigner.cs (3)
82
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
117
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(IExtendedUIService).FullName));
154
throw new Exception(SR.
GetString
(SR.General_MissingService, typeof(IExtendedUIService).FullName));
Designers\WebServiceReceiveDesigner.cs (2)
108
throw new Exception(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
112
throw new Exception(SR.
GetString
(SR.Error_TypeNotResolved, value));
Designers\WebServiceResponseDesigner.cs (1)
30
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
EventDriven.cs (1)
63
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(EventDrivenActivity).FullName), "obj");
EventHandlers.cs (2)
473
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(EventHandlersActivity).FullName), "obj");
483
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_EventHandlersDeclParentNotScope, eventHandlers.Parent.QualifiedName), ErrorNumbers.Error_EventHandlersDeclParentNotScope));
EventHandlingScope.cs (5)
215
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(EventHandlingScopeActivity).FullName), "obj");
230
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_MoreThanTwoActivitiesInEventHandlingScope, compositeActivity.QualifiedName), ErrorNumbers.Error_MoreThanTwoActivitiesInEventHandlingScope));
234
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_MoreThanOneEventHandlersDecl, compositeActivity.GetType().Name), ErrorNumbers.Error_ScopeMoreThanOneEventHandlersDecl));
250
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity2, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
254
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity3, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
EventSinkActivity.cs (7)
189
throw new InvalidOperationException(SR.
GetString
(SR.InterfaceTypeMissing, this.Name));
193
throw new InvalidOperationException(SR.
GetString
(SR.EventNameMissing, this.Name));
203
throw new InvalidOperationException(SR.
GetString
(SR.MethodInfoMissing, this.EventName, this.InterfaceType.Name));
451
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
493
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(HandleExternalEventActivity).FullName), "obj");
518
throw new Exception(SR.
GetString
(SR.Error_InterfaceTypeNeedsExternalDataExchangeAttribute, "InterfaceType"));
532
throw new Exception(SR.
GetString
(SR.Error_InterfaceTypeNotInterface, "InterfaceType"));
Executors\InboundActivityHelper.cs (1)
49
throw new ArgumentException(SR.
GetString
(SR.Error_InvalidEventMessage, activity.QualifiedName));
Executors\InvokeBase.cs (1)
103
throw new InvalidOperationException(SR.
GetString
(SR.Error_CallExternalMethodArgsSerializationException, name), e);
InvokeMethodActivity.cs (6)
162
throw new InvalidOperationException(SR.
GetString
(SR.InterfaceTypeMissing, this.Name));
166
throw new InvalidOperationException(SR.
GetString
(SR.MethodNameMissing, this.Name));
172
throw new InvalidOperationException(SR.
GetString
(SR.MethodInfoMissing, this.MethodName, this.InterfaceType.Name));
198
throw new InvalidOperationException(SR.
GetString
(SR.Error_ServiceNotFound, this.InterfaceType));
256
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
292
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(CallExternalMethodActivity).FullName), "obj");
InvokeSchedule.cs (8)
143
throw new Exception(SR.
GetString
(SR.Error_TypeIsNotRootActivity, "TargetWorkflow"));
174
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(IStartWorkflow).FullName));
197
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(InvokeWorkflowActivity).FullName), "obj");
201
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_TypePropertyInvalid, "TargetWorkflow"), ErrorNumbers.Error_PropertyNotSet);
209
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
221
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_TypeIsNotRootActivity, "TargetWorkflow"), ErrorNumbers.Error_TypeIsNotRootActivity);
239
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_GetCalleeWorkflow, invokeWorkflow.TargetWorkflow), ErrorNumbers.Error_GetCalleeWorkflow);
287
ValidationError validationError = new ValidationError(SR.
GetString
(SR.Error_ParameterNotFound, paramBinding.ParameterName), ErrorNumbers.Error_ParameterNotFound);
InvokeWebService.cs (6)
313
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
387
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
431
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(InvokeWebServiceActivity).FullName), "obj");
435
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_TypePropertyInvalid, "ProxyClass"), ErrorNumbers.Error_PropertyNotSet);
443
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
455
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_MethodNotExists, "MethodName", invokeWebService.MethodName), ErrorNumbers.Error_MethodNotExists);
Listen.cs (1)
297
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(ListenActivity).FullName), "obj");
LocalService\CorrelationResolver.cs (3)
307
throw new InvalidOperationException(SR.
GetString
(SR.Error_ExternalDataExchangeException, interfaceType.AssemblyQualifiedName));
313
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationParameterException, interfaceType.AssemblyQualifiedName));
340
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationParameterException, interfaceType.AssemblyQualifiedName, paramAttribute.Name, methodName));
LocalService\CorrelationService.cs (6)
173
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationTokenMissing, activity.Name));
177
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationTokenMissing, activity.Name));
188
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationViolationException, memberName, activity.QualifiedName));
191
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationViolationException, memberName, activity.QualifiedName));
241
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationViolationException, memberName, activity.QualifiedName));
245
throw new InvalidOperationException(SR.
GetString
(SR.Error_CorrelationViolationException, memberName, activity.QualifiedName));
LocalService\WorkflowMessageEventHandler.cs (1)
148
throw new EventDeliveryFailedException(SR.
GetString
(SR.Error_EventDeliveryFailedException, this.proxiedType, this.eventName, eventArgs.InstanceId), e);
Parallel.cs (1)
202
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(ParallelActivity).FullName), "obj");
Role\RoleExceptions.cs (1)
19
: base(SR.
GetString
(SR.WorkflowAuthorizationException, activityName, principalName))
Role\WebWorkflowRole.cs (1)
91
throw new ProviderException(SR.
GetString
(SR.Error_RoleProviderNotAvailableOrEnabled, this.RoleProvider));
Rules\DeclarativeExpressionConditionDeclaration.cs (1)
240
throw new InvalidOperationException(SR.
GetString
(SR.Error_MissingConditionName, activity.Name));
SetState.cs (2)
85
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(StateActivity).FullName), "obj");
93
SR.
GetString
(SR.Error_PropertyNotSet, SetStateActivity.TargetStateNamePropertyName),
SR.cs (39)
254
return
GetString
(Error_InvalidStateActivityParent,
261
return
GetString
(Error_BlackBoxCustomStateNotSupported,
268
return
GetString
(Error_InvalidLeafStateChild,
278
return
GetString
(Error_InvalidCompositeStateChild,
287
return
GetString
(Error_SetStateOnlyWorksOnStateMachineWorkflow,
298
return
GetString
(Error_SetStateMustPointToAState,
306
return
GetString
(Error_StateActivityMustBeContainedInAStateMachine,
315
return
GetString
(Error_CannotExecuteStateMachineWithoutInitialState,
322
return
GetString
(Error_SetStateMustPointToAState,
329
return
GetString
(Error_SetStateMustPointToAState,
337
return
GetString
(Error_SetStateMustPointToALeafNodeState,
344
return
GetString
(Error_SetStateMustPointToALeafNodeState,
351
return
GetString
(Error_SetStateMustPointToALeafNodeState,
359
return
GetString
(Error_InitialStateMustBeDifferentThanCompletedState,
369
return
GetString
(Error_StateHandlerParentNotState,
376
return
GetString
(Error_StateHandlerParentNotState,
384
return
GetString
(Error_EventActivityNotValidInStateHandler,
391
return
GetString
(Error_EventActivityNotValidInStateHandler,
399
return
GetString
(Error_MultipleStateHandlerActivities,
406
return
GetString
(Error_MultipleStateHandlerActivities,
414
return
GetString
(Error_InvalidTargetStateInStateInitialization,
424
return
GetString
(Error_CantRemoveState,
432
return
GetString
(Error_CantRemoveEventDrivenFromExecutingState,
442
return
GetString
(SqlTrackingServiceRequired,
450
return
GetString
(StateMachineWorkflowMustHaveACurrentState,
457
return
GetString
(InvalidActivityStatus,
465
return
GetString
(StateMachineWorkflowRequired,
473
return
GetString
(InvalidUserDataInStateChangeTrackingRecord,
481
return
GetString
(UnableToTransitionToState,
494
return
GetString
(InvalidSetStateInStateInitialization,
502
return
GetString
(StateAlreadySubscribesToThisEvent,
511
return
GetString
(InvalidStateMachineAction,
520
return
GetString
(Error_StateMachineWorkflowMustBeARootActivity,
530
return
GetString
(Error_EventDrivenParentNotListen,
542
return
GetString
(Error_EventDrivenInvalidFirstActivity,
552
return
GetString
(UndoSetAsInitialState,
559
return
GetString
(UndoSetAsCompletedState,
568
return
GetString
(MoveSetState, typeof(SetStateActivity).Name);
734
return
GetString
("Error_SenderMustBeActivityExecutionContext", typeof(System.Workflow.ComponentModel.ActivityExecutionContext).FullName);
StateFinalizationActivity.cs (1)
50
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(StateFinalizationActivity).FullName), "obj");
StateInitialization.cs (1)
50
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(StateInitializationActivity).FullName), "obj");
StateValidator.cs (4)
38
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(StateActivity).FullName), "obj");
103
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity2, activity.QualifiedName, activity.ExecutionStatus, activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);
234
SR.
GetString
(SR.Error_PropertyNotSet, StateMachineWorkflowActivity.InitialStateNamePropertyName),
360
SR.
GetString
(SR.Error_EventDrivenMultipleEventActivity, eventDriven.Name, typeof(IEventActivity).FullName, typeof(EventDrivenActivity).Name),
Task.cs (1)
1243
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(ReplicatorActivity).FullName), "obj");
WebServiceFault.cs (9)
177
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(WebServiceFaultActivity).FullName), "obj");
193
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
202
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_DuplicateWebServiceFaultFound, activity.Name, webServiceFault.InputActivityName), ErrorNumbers.Error_DuplicateWebServiceFaultFound));
204
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_DuplicateWebServiceResponseFound, activity.Name, webServiceFault.InputActivityName), ErrorNumbers.Error_DuplicateWebServiceResponseFound));
222
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotValid, webServiceFault.InputActivityName), ErrorNumbers.Error_WebServiceReceiveNotValid));
231
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotFound, webServiceFault.InputActivityName), ErrorNumbers.Error_WebServiceReceiveNotFound));
242
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
249
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
257
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
WebServiceReceive.cs (11)
177
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
448
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
482
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(WebServiceInputActivity).FullName), "obj");
520
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
528
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_TypePropertyInvalid, "InterfaceType"), ErrorNumbers.Error_PropertyNotSet);
534
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_InterfaceTypeNotInterface, "InterfaceType"), ErrorNumbers.Error_InterfaceTypeNotInterface);
549
ValidationError error = new ValidationError(SR.
GetString
(SR.Error_MethodNotExists, "MethodName", webServiceReceive.MethodName), ErrorNumbers.Error_MethodNotExists);
587
ValidationError validationError = new ValidationError(SR.
GetString
(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.Error_TypeNotPublicSerializable);
657
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
662
throw new InvalidOperationException(SR.
GetString
(SR.Error_ContextStackItemMissing, typeof(CodeNamespaceCollection).Name));
889
throw new Exception(SR.
GetString
(SR.Error_InterfaceTypeNotInterface, "InterfaceType"));
WebServiceResponse.cs (15)
149
throw new InvalidOperationException(SR.
GetString
(SR.Error_CannotResolveWebServiceInput, this.QualifiedName, this.InputActivityName));
179
throw new InvalidOperationException(SR.
GetString
(SR.Error_WebServiceInputNotProcessed, webservicereceive.QualifiedName));
254
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
302
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(WebServiceOutputActivity).FullName), "obj");
317
throw new InvalidOperationException(SR.
GetString
(SR.General_MissingService, typeof(ITypeProvider).FullName));
326
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_DuplicateWebServiceResponseFound, activity.QualifiedName, webServiceResponse.InputActivityName), ErrorNumbers.Error_DuplicateWebServiceResponseFound));
328
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_DuplicateWebServiceFaultFound, activity.QualifiedName, webServiceResponse.InputActivityName), ErrorNumbers.Error_DuplicateWebServiceFaultFound));
345
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotValid, webServiceResponse.InputActivityName), ErrorNumbers.Error_WebServiceReceiveNotValid));
354
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotFound, webServiceResponse.InputActivityName), ErrorNumbers.Error_WebServiceReceiveNotFound));
365
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
371
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
378
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_WebServiceReceiveNotConfigured, webServiceReceive.Name), ErrorNumbers.Error_WebServiceReceiveNotConfigured));
422
ValidationError validationError = new ValidationError(SR.
GetString
(SR.Error_TypeNotPublicSerializable, paramName, paramType.FullName), ErrorNumbers.Error_TypeNotPublicSerializable);
693
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_ParameterTypeNotFound, methodInfo.Name, paramInfo.Name), ErrorNumbers.Error_ParameterTypeNotFound));
699
validationErrors.Add(new ValidationError(SR.
GetString
(SR.Error_ReturnTypeNotFound, methodInfo.Name), ErrorNumbers.Error_ReturnTypeNotFound));
While.cs (2)
169
throw new ArgumentException(SR.
GetString
(SR.Error_UnexpectedArgumentType, typeof(WhileActivity).FullName), "obj");
187
return new ValidationError(SR.
GetString
(SR.Error_DynamicActivity2, activity.QualifiedName, Enum.GetName(typeof(ActivityExecutionStatus), activity.ExecutionStatus), activity.GetType().FullName), ErrorNumbers.Error_DynamicActivity2);