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.
我似乎从来没有看到异常文档标签中提供的“描述”。下面是一个例子:
请注意,我看到了抛出的异常类型,但没有看到关于何时抛出的描述。我在哪里可以看到这个描述?
提前致谢。
在类定义上按 F12 以显示相关的程序集或代码部分。在代码文档中有关于在哪些情况下引发哪些异常的信息。