[appdomain] Catch exceptions when invoking AppDomain.DoAssemblyResolve
[mono.git] / mcs / errors / cs3003-3.cs
index 23835543530a9efd938179b66f15057dbf04bf8f..f0e5781a6761636ad2884b35d43742a5b4ce26aa 100644 (file)
@@ -1,5 +1,6 @@
-// CS3003: Type of 'I.Error' is not CLS-compliant
-// Line: 8
+// CS3003: Type of `I.Error' is not CLS-compliant
+// Line: 9
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]