4 references to Error_RootActivityTypeInvalid
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompiler.cs (1)
1082results.Errors.Add(new WorkflowCompilerError(fileName, 1, 1, ErrorNumbers.Error_SerializationError.ToString(CultureInfo.InvariantCulture), SR.GetString(SR.Error_RootActivityTypeInvalid)));
AuthoringOM\ScheduleChanges.cs (3)
155throw new ArgumentException(SR.GetString(SR.Error_RootActivityTypeInvalid), "activity"); 739throw new ArgumentException(SR.GetString(SR.Error_RootActivityTypeInvalid), "rootActivity"); 862throw new ArgumentException(SR.GetString(SR.Error_RootActivityTypeInvalid), "rootActivity");