remove warning
[mono.git] / mcs / class / corlib / System / InvalidProgramException.cs
index ea78c883d6e36da8aa244cb48a70a7d8e9eb0ada..faf33db485440376dc76ccd36993667a48e1a4bf 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public sealed class InvalidProgramException : SystemException
        {
                // Constructors