1 reference to Error_CorrelationTypeNotConsistent
System.Workflow.Activities (1)
CorrelationValidator.cs (1)
609
ValidationError error = new ValidationError(SR.GetString(CultureInfo.CurrentCulture, SR.
Error_CorrelationTypeNotConsistent
, paramPath, typeof(CorrelationAliasAttribute).Name, (memberInfo.DeclaringType == interfaceType) ? memberInfo.Name : memberInfo.DeclaringType.Name, paramType.Name, ((Type)paramTypes[paramName]).Name, paramName, interfaceType.Name), ErrorNumbers.Error_CorrelationTypeNotConsistent);