4 references to ConvertReceiveException
System.ServiceModel (4)
System\ServiceModel\Channels\SocketConnection.cs (4)
158ConvertReceiveException(socketException, TimeSpan.Zero, TimeSpan.Zero), ExceptionEventType); 1210throw DiagnosticUtility.ExceptionUtility.ThrowHelper(ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout), ExceptionEventType); 1279this.asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout); 1315asyncReadException = ConvertReceiveException(socketException, TimeSpan.MaxValue, this.asyncReceiveTimeout);