remove warning
[mono.git] / mcs / class / corlib / System / ObjectDisposedException.cs
index d8bfae4dcd836254ebef5819e468bc8553d62524..f0d872e7f64084822560239b687910609e4bff26 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class ObjectDisposedException : InvalidOperationException
        {
                // Does not override the HResult from InvalidOperationException