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.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.