3 references to ConvertReceiveException
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Channels\CoreClrSocketConnection.cs (3)
589
ConvertReceiveException
(socketException, timeoutHelper.RemainingTime()));
664
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(
ConvertReceiveException
(socketException, TimeSpan.MaxValue));
704
_asyncReadException =
ConvertReceiveException
(socketException, TimeSpan.MaxValue);