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