12 references to AddressingVersionNotSupported
System.ServiceModel.Primitives (12)
System\ServiceModel\Channels\MessageVersion.cs (3)
67
SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion));
87
SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion));
99
SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion));
System\ServiceModel\Channels\ReliableMessagingHelpers.cs (2)
841
new ProtocolException(SRP.Format(SRP.
AddressingVersionNotSupported
, messageVersion.Addressing)));
1252
new ProtocolException(SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion)));
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (2)
219
new InvalidOperationException(SRP.Format(SRP.
AddressingVersionNotSupported
, addressing)));
245
new InvalidOperationException(SRP.Format(SRP.
AddressingVersionNotSupported
, addressing)));
System\ServiceModel\EndpointAddress.cs (4)
289
new ProtocolException(SRP.Format(SRP.
AddressingVersionNotSupported
, message.Version.Addressing)));
539
nameof(reader), SRP.Format(SRP.
AddressingVersionNotSupported
, reader.NamespaceURI));
600
SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion));
978
SRP.Format(SRP.
AddressingVersionNotSupported
, addressingVersion));
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
607
new ProtocolException(SRP.Format(SRP.
AddressingVersionNotSupported
, closeMessage.Version.Addressing)));