6 references to SFxErrorDeserializingReplyBodyMore
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (3)
144
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operationName, xe.Message), xe));
149
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operationName, fe.Message), fe));
154
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operationName, se.Message), se));
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (3)
395
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operation.Name, xe.Message), xe));
400
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operation.Name, fe.Message), fe));
405
string.Format(SRServiceModel.
SFxErrorDeserializingReplyBodyMore
, _operation.Name, se.Message), se));