当我在以下两行上构建时,出现以下故障消息
http://www.freeimagehosting.net/][img]http://www.freeimagehosting.net/uploads/eb92ef98ac.jpg
异常= message.Substring(trav + 1,expdiff-1);
ExceptionList.Add(Exceptions);
最佳答案
Exceptions.Text = message.Substring(trav + 1, expdiff - 1);
ExceptionList.Add(Exceptions.Text);
关于c# - 无法将字符串隐式转换为文本框,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/2551960/