[System]: Obsolete the Mono-specific cipher suite callbacks in ServicePointManager.
[mono.git] / mcs / errors / cs3001-4.cs
index f8d7625ac068794f7c2cc01e4c1dd5d2fb5e077b..2652fb8647d0301551eeba015ed66489bd5ebf29 100644 (file)
@@ -1,5 +1,6 @@
-// cs3001-4.cs: Argument type `out IError' is not CLS-compliant
-// Line: 12
+// CS3001: Argument type `IError' is not CLS-compliant
+// Line: 13
+// Compiler options: -warnaserror -warn:1
 
 using System;
 [assembly:CLSCompliant(true)]
@@ -14,4 +15,4 @@ public interface I {
 
 public class c {
         public void Error (out IError arg) { arg = null; }
-}
\ No newline at end of file
+}