Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The <exception> tag provides a way to document the exceptions that may be thrown by a method. The required cref
attribute designates the name of a member, which is checked by the documentation generator. If the member exists, it is translated to the canonical element name in the documentation file.
Error ID: BC42319
To correct this error
Add the cref
attribute to the exception as follows:
<exception cref="member">description</exception>