12 references to AddressingVersionNotSupported
dotnet-svcutil-lib (12)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\MessageVersion.cs (3)
66string.Format(SRServiceModel.AddressingVersionNotSupported, addressingVersion)); 82string.Format(SRServiceModel.AddressingVersionNotSupported, addressingVersion)); 94string.Format(SRServiceModel.AddressingVersionNotSupported, addressingVersion));
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\WsdlExporter.cs (2)
617new InvalidOperationException(string.Format(SRServiceModel.AddressingVersionNotSupported, addressing))); 700new InvalidOperationException(string.Format(SRServiceModel.AddressingVersionNotSupported, addressVersion)));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
179new InvalidOperationException(string.Format(SRServiceModel.AddressingVersionNotSupported, addressing))); 201new InvalidOperationException(string.Format(SRServiceModel.AddressingVersionNotSupported, addressing)));
FrameworkFork\System.ServiceModel\System\ServiceModel\EndpointAddress.cs (5)
323new ProtocolException(string.Format(SRServiceModel.AddressingVersionNotSupported, message.Version.Addressing))); 567"reader", string.Format(SRServiceModel.AddressingVersionNotSupported, reader.NamespaceURI)); 605"reader", string.Format(SRServiceModel.AddressingVersionNotSupported, reader.NamespaceURI)); 680string.Format(SRServiceModel.AddressingVersionNotSupported, addressingVersion)); 1031string.Format(SRServiceModel.AddressingVersionNotSupported, addressingVersion));