2008-06-30 Andreas Nahr <ClassDevelopment@A-SoftTech.com>
[mono.git] / mcs / class / corlib / System / OverflowException.cs
index ee0afe0d2fdaa69bf461bb094bd1c2f7de97d462..57bac587bda9cfecca54b50f515f7ac8f8ec473e 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class OverflowException : ArithmeticException
        {
                const int Result = unchecked ((int)0x80131516);