remove warning
[mono.git] / mcs / class / corlib / System / EntryPointNotFoundException.cs
index 092f9c0c162127fc59cfc1575c3d1c4288828a83..208b82533070acf22b98f81b3f05bbff0f3dce69 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class EntryPointNotFoundException : TypeLoadException
        {
                const int Result = unchecked ((int)0x80131523);