TARGET_JVM
[mono.git] / mcs / class / System / System.Configuration / ConfigurationException.cs
index ddaa10a71f4690eefb1a34ec054eabba0e2074ef..0ed96324dc5dc07a1afc3b289bb44427bf2d819f 100644 (file)
@@ -132,17 +132,29 @@ namespace System.Configuration
                //
                // Properties
                //
-               public string BareMessage
+               public
+#if NET_2_0
+               virtual
+#endif
+               string BareMessage
                {
                        get  { return bareMessage; }
                }
 
-               public string Filename
+               public
+#if NET_2_0
+               virtual
+#endif
+               string Filename
                {
                        get { return filename; }
                }
-               
-               public int Line
+
+               public  
+#if NET_2_0
+               virtual
+#endif
+               int Line
                {
                        get { return line; }
                }