14 references to Error_InvalidArgumentValue
System.Workflow.ComponentModel (14)
AuthoringOM\Compiler\TypeSystem\RTTypeWrapper.cs (5)
85throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "runtimeType"); 91throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "runtimeType"); 98throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "typeArgs"); 566throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "typeArgs"); 572throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "typeArgs");
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
771throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "treeNodes");
AuthoringOM\Serializer\DictionarySurrogate.cs (2)
18throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj"); 22throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj");
AuthoringOM\Serializer\GenericQueueSurrogate.cs (2)
19throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj"); 23throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj");
AuthoringOM\Serializer\ListSurrogate.cs (2)
19throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj"); 23throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj");
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (1)
1571throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj");
AuthoringOM\Serializer\XmlDocumentSurrogate.cs (1)
18throw new ArgumentException(SR.GetString(SR.Error_InvalidArgumentValue), "obj");