I never seem to see the 'description' provided in Exception documentation tags. An example is below:

Notice that I see the thrown exception type, but not the description as to when it is thrown. Where can I see that description?
Thanks in advance.
|
I never seem to see the 'description' provided in Exception documentation tags. An example is below:
Notice that I see the thrown exception type, but not the description as to when it is thrown. Where can I see that description? Thanks in advance. |
|||
|
|
|
on the class definition press F12 to display related assembly or code section. In the code documentation there is information about which exceptions are thrown in which cases. |
|||