gpt4 book ai didi

c# - ArgumentNullException 未处理,出乎意料

转载 作者:太空宇宙 更新时间:2023-11-03 11:21:20 26 4
gpt4 key购买 nike

一直在断断续续做一个项目,2个月没碰了,今天回来,报错无法运行。

IEnumerable<MediaTitle> query = mediaTitleCollection.OfType<FilmMedia>();

调试器在此行停止并给出标题中描述的错误以及

Value cannot be null. Parameter name: source

这非常令人沮丧,因为代码之前 100% 正常工作,现在却被这个错误所支配。我曾尝试清理解决方案,但运气不佳。

最佳答案

Enumerable.OfType如果集合(mediaTitleCollection,在本例中)为 null,将引发异常。

Its very frustrating since the code was working 100% before and now its dominated by this error. I have tried to clean the solution without much luck.

您应该调试您的应用程序,并查找应该设置 mediaTitleCollection 的位置。它当前被设置为 null 或未正确初始化。

关于c# - ArgumentNullException 未处理,出乎意料,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10886033/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com