2007-11-05 Stephane Delcroix <sdelcroix@novell.com>
[mono.git] / mcs / class / corlib / System / DivideByZeroException.cs
index a75d5604e2d783cb418d8d78cfd264b70d6d5254..96d7baf4b1db2250c740d38a7dee268fffc03f72 100644 (file)
 //
 
 using System.Runtime.Serialization;
+using System.Runtime.InteropServices;
 
 namespace System
 {
        [Serializable]
+#if NET_2_0
+       [ComVisible (true)]
+#endif
        public class DivideByZeroException : ArithmeticException
        {
                const int Result = unchecked ((int)0x80020012);