2005-01-31 Zoltan Varga <vargaz@freemail.hu>
[mono.git] / mcs / class / Cscompmgd / Microsoft.CSharp / ErrorLevel.cs
index 81c243666ab00e02b5f1efc772d41f1798006c37..e485e882a4747c67b860b53b571e7335ee545c12 100644 (file)
 
 namespace Microsoft.CSharp {
 
+#if NET_2_0
+       [System.Obsolete]
+       [System.Serializable]   
+#endif 
        public enum ErrorLevel {
                None,
                Warning,
                Error,
                FatalError,
        }
-}
\ No newline at end of file
+}