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.
在 Visual Studio 中,您可以在第一次更改异常时激活中断。在我的应用程序中,我想忽略某些异常(验证和安装),我必须手动禁用它们。
有没有办法使用一组默认异常来设置第一个更改异常窗口以捕获和/或忽略?
您可以使用ExceptionGroups属性编写宏。