New test.
[mono.git] / mcs / class / corlib / System.Runtime.InteropServices / SafeArrayTypeMismatchException.cs
index 55032d4c84cf58e75c655b80269e2eefab4d261c..a71c10c7286bbc5428b5984ba4244bea6b54b5ef 100644 (file)
@@ -33,6 +33,9 @@ using System.Runtime.Serialization;
 
 namespace System.Runtime.InteropServices
 {
+#if NET_2_0
+       [ComVisible(true)]
+#endif
        [Serializable]
        public class SafeArrayTypeMismatchException : SystemException
        {