2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / MissingMemberException.cs
index 94c3502832928f565b71c3089b6097e06d18831c..87f61b52944b8db3f4d578f21e5f43aabe2c4663 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class MissingMemberException : MemberAccessException
        {
                const int Result = unchecked ((int)0x80131512);