New tests.
[mono.git] / mcs / class / corlib / System / InvalidOperationException.cs
index c302fc7ec426310a8e1ddbc3a250c3561a196d8a..98c8a7d88b73c94f01929eb70ecb3520c25e2f2c 100644 (file)
@@ -38,9 +38,7 @@ using System.Runtime.InteropServices;
 namespace System
 {
        [Serializable]
-#if NET_2_0
        [ComVisible (true)]
-#endif
        public class InvalidOperationException : SystemException
        {
                const int Result = unchecked ((int)0x80131509);