gpt4 book ai didi

c# - 该异常在 C# 中意味着什么?

转载 作者:太空宇宙 更新时间:2023-11-03 23:22:33 25 4
gpt4 key购买 nike

exception

这个异常是什么意思?

'System.EntryPointNotFoundException' in mscorlib.dll

Additional information: Unable to find an entry point named 'EventSetInformation' in DLL 'advapi32.dll'.

最佳答案

这意味着您正在尝试使用 EventSetInformation WinAPI function ,自 Windows 8 起可用(请参阅链接的 MSDN 文档的要求部分)。

您的屏幕截图显示您使用的是 Windows 7,因此该功能根本不存在。

关于c# - 该异常在 C# 中意味着什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34901686/

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