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