XML comment exception must have a 'cref' attribute

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>
    

See Also

Tasks

How to: Create XML Documentation in Visual Basic

Reference

<exception> (Visual Basic)

Recommended XML Tags for Documentation Comments (Visual Basic)