프로젝트

일반

사용자정보

개정판 b80783e9

IDb80783e93dd64155915c9eaff62fd03d98dd46f4
상위 ae0fbf34
하위 b7640071, 7803617c

조봉훈이(가) 약 2년 전에 추가함

Fix empty XData exception

Change-Id: I8abe78ede26dbb1560fd9c0dd56bb041a8943559

차이점 보기:

DTI_PID/OdReadExMgd/OdReadExMgd.cs
4669 4669
            /**********************************************************************/
4670 4670
            /* Step through the ResBuf chain                                      */
4671 4671
            /**********************************************************************/
4672
            foreach (TypedValue resbuf in xIter)
4672
            try
4673
            {
4674
                int rsCount = xIter.Cast<TypedValue>().Count();
4675
                
4676
                foreach (TypedValue resbuf in xIter)
4677
                {
4678
                    writeLine(indent, resbuf);
4679
                }
4680
            }
4681
            catch (System.Exception ex)
4673 4682
            {
4674
                writeLine(indent, resbuf);
4675 4683
            }
4684
            
4676 4685
        }
4677 4686
    }
4678 4687
    class ExProtocolExtension

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)