5
给定的键在词典中不存在。哪个键?
有没有一种方法可以影响所有通用类,从而在C#中的以下异常中获取给定键的值?我认为这是Microsoft的异常描述中的一个大小姐。 "The given key was not present in the dictionary." 更好的方法是: "The given key '" + key.ToString() + "' was not present in the dictionary." 解决方案可能涉及mixin或派生类。