25 references to Error_UnexpectedArgumentType
System.Workflow.Activities (25)
Conditional.cs (1)
145
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(IfElseActivity).FullName), "obj");
ConditionalBranch.cs (1)
68
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(IfElseBranchActivity).FullName), "obj");
ConstrainedGroup.cs (3)
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");
808
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(ConditionedActivityGroup).FullName), "obj");
CorrelationValidator.cs (2)
32
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(Activity).FullName), "obj");
817
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(Activity).FullName), "obj");
EventDriven.cs (1)
63
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(EventDrivenActivity).FullName), "obj");
EventHandlers.cs (1)
473
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(EventHandlersActivity).FullName), "obj");
EventHandlingScope.cs (1)
215
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(EventHandlingScopeActivity).FullName), "obj");
EventSinkActivity.cs (1)
493
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(HandleExternalEventActivity).FullName), "obj");
InvokeMethodActivity.cs (1)
292
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(CallExternalMethodActivity).FullName), "obj");
InvokeSchedule.cs (1)
197
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(InvokeWorkflowActivity).FullName), "obj");
InvokeWebService.cs (1)
431
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(InvokeWebServiceActivity).FullName), "obj");
Listen.cs (1)
297
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(ListenActivity).FullName), "obj");
Parallel.cs (1)
202
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(ParallelActivity).FullName), "obj");
SetState.cs (1)
85
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(StateActivity).FullName), "obj");
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 (1)
38
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(StateActivity).FullName), "obj");
Task.cs (1)
1243
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(ReplicatorActivity).FullName), "obj");
WebServiceFault.cs (1)
177
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(WebServiceFaultActivity).FullName), "obj");
WebServiceReceive.cs (1)
482
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(WebServiceInputActivity).FullName), "obj");
WebServiceResponse.cs (1)
302
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(WebServiceOutputActivity).FullName), "obj");
While.cs (1)
169
throw new ArgumentException(SR.GetString(SR.
Error_UnexpectedArgumentType
, typeof(WhileActivity).FullName), "obj");