New tests.
[mono.git] / mcs / class / corlib / System / InvalidOperationException.cs
index 7cf5de7059cf0d17cdf2dbd1664573134949f532..98c8a7d88b73c94f01929eb70ecb3520c25e2f2c 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+       [ComVisible (true)]
        public class InvalidOperationException : SystemException
        {
                const int Result = unchecked ((int)0x80131509);