2002-06-27 Martin Baulig <martin@gnome.org>
[mono.git] / mcs / class / corlib / System / MissingFieldException.cs
index 05a0fc5efd12c65b029b5216b29035a85ea4ec07..78feaab1fdb4ca58aadb87b8710f831ad7ba0d97 100644 (file)
@@ -42,11 +42,5 @@ namespace System
                        : base (className, fieldName)
                {
                }
-
-               // Properties
-
-               public override string Message {
-                       get { return Locale.GetText (msg); }
-               }
        }
 }