yuck, typo.
[mono.git] / mcs / class / corlib / System.IO / IOException.cs
index 4621bca173d9fe44af4cae6bf2860f0f570f972e..411c1b192c2e246baeb09ebe7a25d12d4f51b322 100644 (file)
 
 using System.Runtime.Serialization;
 
+#if NET_2_0
+using System.Runtime.InteropServices;
+#endif
+
 namespace System.IO {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class IOException : SystemException {
 
                // Constructors