初级玩家

- 贡献度
- 1
- 金元
- 1238
- 积分
- 68
- 精华
- 0
- 注册时间
- 2015-8-9
|
追踪到无法处理的异常:
异常:
详情:
在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。 (Exception from HRESULT: 0x80070459)
完整调试信息:
System.ArgumentOutOfRangeException: 在多字节的目标代码页中,没有此 Unicode 字符可以映射到的字符。 (Exception from HRESULT: 0x80070459)
at System.Runtime.InteropServices.Marshal.PtrToStructureHelper(IntPtr ptr, Object structure, Boolean allowValueClasses)
at System.Runtime.InteropServices.Marshal.PtrToStructure(IntPtr ptr, Type structureType)
at System.Windows.Forms.UnsafeNativeMethods.PtrToStructure(IntPtr lparam, Type cls)
at BrightIdeasSoftware.ObjectListView.HandleReflectNotify(Message& m)
at BrightIdeasSoftware.ObjectListView.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
正在执行线程 (0)
|
|