2008-01-15 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System.IO / DirectoryNotFoundException.cs
index 9ce4522284079080de83ca5f242654667b33fd64..74f7c383bcc3e68032fbcd2e426df24309494d17 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 DirectoryNotFoundException : IOException {
                
                // Constructors