4 references to Error_TypeNotAuthorized
System.Workflow.ComponentModel (4)
AuthoringOM\Bind.cs (1)
284
error = new ValidationError(SR.GetString(SR.Error_TypeNotAuthorized, memberType), ErrorNumbers.
Error_TypeNotAuthorized
);
AuthoringOM\Compiler\XomlCompiler.cs (2)
632
Results.Errors.Add(new WorkflowCompilerError(this.Filename, -1, -1, ErrorNumbers.
Error_TypeNotAuthorized
.ToString(CultureInfo.InvariantCulture), SR.GetString(SR.Error_TypeNotAuthorized, SR.GetString(SR.NullConditionExpression))));
652
Results.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)
262
ValidationError error = new ValidationError(SR.GetString(SR.Error_TypeNotAuthorized, referenceType), ErrorNumbers.
Error_TypeNotAuthorized
);