Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
解决此 Klocwork 错误的解决方案是什么,
在第 151 行检查为 null 的引用“SchoolDataSet”将在第 153 行取消引用
if (SchoolDataSet == null) { throw new InvalidCastException($"Cannot be casted to {SchoolDataSet .GetType().Name}."); }