remove warning
[mono.git] / mcs / class / corlib / System / MissingMethodException.cs
index b8b7ff7e3185cd87691c2951781fb8b87917239e..23fbf8e843d8966cc5e382fb058b50e7e6e0f0fc 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class MissingMethodException : MissingMemberException
        {
                const int Result = unchecked ((int)0x80131513);