2 references to ErrMessageVersionNotSupportedFormat
dotnet-svcutil-lib (2)
CodeDomFixup\MethodCreationHelper.cs (2)
1658
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, SR.
ErrMessageVersionNotSupportedFormat
, messageVersion));
1676
throw new InvalidOperationException(string.Format(CultureInfo.CurrentCulture, SR.
ErrMessageVersionNotSupportedFormat
, messagingVersion));