[interp] Don't check for exception in native wrappers (#14184)
[mono-project.git] / mcs / errors / cs1574-4.cs
blob29ebf4216a8eee770bbeb5961dba18244eec0b0b
1 // CS1574: XML comment on `Test' has cref attribute `System.Xml.XmlDocument' that could not be resolved
2 // Line: 9
3 // Compiler options: -doc:dummy.xml -warnaserror -noconfig
5 using System;
7 /// <seealso cref="System.Xml.XmlDocument"/>
8 /// with /noconfig, it cannot be resolved.
9 public class Test