<exception cref="reference">description</exception>
Reference should point to some Exception class in your project. Warning appears during compilation if reference points to non-existing target. Description describes situation when this exception is thrown.
'''<exception cref="TestDLL.DllClass1.nestedException">
'''If something horrible happens.</exception>
Function method1(ByVal x() As Integer, ByVal y As String) As Boolean