[Get Indices from G2CE] - Duration: 08:30:20.058 - 08:30:23.072
System.Net.WebException: The request was aborted: The request was canceled.
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.ParseDocumentContent()
at System.Xml.XmlTextReaderImpl.Read()
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, List`1 ListQuoteGroup, Language v_eLanguage)
at BusinessLogic.DataEngine.GetIndicesFromG2CE(String ConnectionString, Language Language, DataType datatype, List`1 listSymbol, List`1& listIndex, CustomException& customException)