4 references to ActionMismatchAddressingException
dotnet-svcutil-lib (4)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\FaultConverter.cs (3)
211
else if (exception is
ActionMismatchAddressingException
)
213
ActionMismatchAddressingException
amae = exception as
ActionMismatchAddressingException
;
FrameworkFork\System.ServiceModel\System\ServiceModel\WSAddressing10ProblemHeaderQNameFault.cs (1)
43
public WSAddressing10ProblemHeaderQNameFault(
ActionMismatchAddressingException
e)