[Get Netquity ETF Search] - Duration: 09:42:09.443 - 09:42:12.459
System.IO.IOException: Unable to read data from the transport connection: The connection was closed.
at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size)
at System.IO.StreamReader.ReadBuffer(Char[] userBuffer, Int32 userOffset, Int32 desiredChars, Boolean& readToUserBuffer)
at System.IO.StreamReader.Read(Char[] buffer, Int32 index, Int32 count)
at System.Xml.XmlTextReaderImpl.ReadData()
at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars)
at System.Xml.XmlTextReaderImpl.ParseText()
at System.Xml.XmlTextReaderImpl.ParseElementContent()
at System.Xml.XmlTextReaderImpl.Read()
at System.Xml.XmlLoader.LoadNode(Boolean skipOverWhitespace)
at System.Xml.XmlLoader.LoadDocSequence(XmlDocument parentDoc)
at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
at System.Xml.XmlDocument.Load(XmlReader reader)
at System.Xml.XmlDocument.Load(TextReader txtReader)
at Common.GeneralUtility.GetXml(String v_sXmlUrl, Int32 v_iTimeout, Encoding v_eEncoding)
at DataAccess.CacheEngine.GetQuote(String ConnectionString, String v_sSymbol, DataType v_eDataType, Language v_eLanguage, Boolean isShowADRShare, Boolean isShowAShare, Boolean isShowCallPutTurnover)
at DataAccess.CacheEngine.GetQuote(String ConnectionString, String v_sSymbol, DataType v_eDataType, Language v_eLanguage, Boolean isShowADRShare, Boolean isShowAShare)
at BusinessLogic.DataEngine.GetNetquityETFSearch(String NetquityConnectionString, String QuoteHKConnectionString, String QuoteConnectionString, String RedBoxIXConnectionString, DataType DataType, Language Language, String viewType, String no_of_record, String fund_type_id, String geo_id, String issuer_id, String manager_id, String expense_ratio, String fund_size, String tradingCurrency, String yield, String underlying, String premium, List`1& listETF, CustomException& customException)