개정판 b80783e9
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