0

解决此 Klocwork 错误的解决方案是什么,

在第 151 行检查为 null 的引用“SchoolDataSet”将在第 153 行取消引用

if (SchoolDataSet == null)
        {
            throw new InvalidCastException($"Cannot be casted to {SchoolDataSet .GetType().Name}.");
        }
4

0 回答 0