[threadpool] Pass callback at initialization (#4546)
[mono.git] / mcs / errors / cs0246-6.cs
index ffb49427efba4473d20e134b5011dd86e6cc57c5..b50535d943e5ccc05917b6e0dd9ad089b0109f60 100644 (file)
@@ -1,4 +1,4 @@
-// CS0246: The type or namespace name `XmlDocument' could not be found. Are you missing `System.Xml' using directive?
+// CS0246: The type or namespace name `XmlDocument' could not be found. Consider using fully qualified name `System.Xml.XmlDocument'
 // Line: 6
 
 using System;