2007-11-14 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mcs / class / corlib / System / SystemException.cs
index 65d20f3f1c811f02a5915c6c5fe52b84b84d25b1..4b74be2f2d772c85115af9e71d1d83b669fa0ac9 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class SystemException : Exception
        {
                const int Result = unchecked ((int)0x80131501);