2 references to Error_ExternalDataExchangeException
System.Workflow.Activities (2)
CorrelationValidator.cs (1)
49ValidationError error = new ValidationError(string.Format(CultureInfo.CurrentCulture, SR.GetString(SR.Error_ExternalDataExchangeException), interfaceType.FullName), ErrorNumbers.Error_TypeNotExist);
LocalService\CorrelationResolver.cs (1)
307throw new InvalidOperationException(SR.GetString(SR.Error_ExternalDataExchangeException, interfaceType.AssemblyQualifiedName));