6 references to Error_TypeNotAuthorized
System.Workflow.ComponentModel (6)
AuthoringOM\Bind.cs (1)
284error = new ValidationError(SR.GetString(SR.Error_TypeNotAuthorized, memberType), ErrorNumbers.Error_TypeNotAuthorized);
AuthoringOM\Compiler\XomlCompiler.cs (2)
632Results.Errors.Add(new WorkflowCompilerError(this.Filename, -1, -1, ErrorNumbers.Error_TypeNotAuthorized.ToString(CultureInfo.InvariantCulture), SR.GetString(SR.Error_TypeNotAuthorized, SR.GetString(SR.NullConditionExpression)))); 652Results.Errors.Add(new WorkflowCompilerError(this.Filename, -1, -1, ErrorNumbers.Error_TypeNotAuthorized.ToString(CultureInfo.InvariantCulture), SR.GetString(SR.Error_TypeNotAuthorized, typeToAuthorize)));
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
262ValidationError error = new ValidationError(SR.GetString(SR.Error_TypeNotAuthorized, referenceType), ErrorNumbers.Error_TypeNotAuthorized);
AuthoringOM\Serializer\WorkflowMarkupSerializer.cs (2)
1344throw new InvalidOperationException(SR.GetString(SR.Error_TypeNotAuthorized, type)); 2513throw new InvalidOperationException(SR.GetString(SR.Error_TypeNotAuthorized, type));