Microsoft C++ exception: EEResourceException(orig. IS2120@BG57IV3)

//z 2012-11-28 14:34:06 IS2120@BG57IV3.T3337916209.K[T34,L365,R14,V313]
1. 遇到一个奇怪的问题:
First-chance exception at 0x74d8c41f Microsoft C++ exception: EEResourceException at memory location 0x0028dc60..
First-chance exception at 0x74d8c41f : 0xE0434F4D: 0xe0434f4d.

直接原因由这个引起的
int val = Convert.ToInt32(handle, 16);
其中handle是不包含数字的字符串
//z 2012-11-28 14:34:06 IS2120@BG57IV3.T3337916209.K[T34,L365,R14,V313]

//z 2012-11-29 16:53:55 IS2120@BG57IV3.T300266009 .K[T10,L129,R6,V151]
2. Cannot apply indexing with [] to an expression of type 'System.Array'
可以使用GetValue(index) 或者 GetEnumerator

原文地址:https://www.cnblogs.com/IS2120/p/6745796.html